Replace Transform

Overwrites the transform of the input content with the specified transform.

Interface

Context

SetsFootprint

Inputs

ParameterDetailsPossible Types
Content

Primary Input

Color[]
Color
Gradient[]
Gradient
Graphic[]
Graphic
Raster[]
Raster
String[]
String
Vector[]
Vector
Transform

Default: DAffine2 { matrix2: DMat2 { x_axis: DVec2(1.0, 0.0), y_axis: DVec2(0.0, 1.0) }, translation: DVec2(0.0, 0.0) }

Transform[]
Transform

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

Graphic
Graphic[]
Vector
Vector[]
Raster
Raster[]
Color
Color[]
Gradient
Gradient[]
String
String[]