Replace Transform

Overwrites the transform of each item in the input List with the specified transform.

Interface

Context

SetsFootprint

Inputs

ParameterDetailsPossible Types
Content

Primary Input

List<Color>
List<GradientStops>
List<Graphic>
List<Raster>
List<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

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

List<Graphic>
List<Vector>
List<Raster>
List<Color>
List<GradientStops>