Skip to content

Crop

in Lib.image.transform

Crops an image or adds a frame. Positive crop values add padding to the image, using the given background color and alpha.

Also known as: Resizing, Cropping, Framing, Frame, Passepartout, Resize

Input Parameters

Name (Relevancy & Type) Description
Texture2d (Texture2D Required)
LeftRight (Int2)
TopBottom (Int2)
PaddingColor (Vector4)

Outputs

Name Type
Output T3.Core.DataTypes.Texture2D