Skip to content

Lib.image.transform.Crop

Thomas Mann edited this page Sep 5, 2025 · 3 revisions

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 (Texture2DRequired) -
LeftRight (Int2) -
TopBottom (Int2) -
PaddingColor (Vector4) -

Outputs

Name Type
Output T3.Core.DataTypes.Texture2D

⚠ Everything else is automatically generated and will be overwritten regularly.

Clone this wiki locally