Transform

Applies the specified transform to the input value, which may be a graphic type or another transform.

Interface

Inputs

ParameterDetailsPossible Types
Content

Primary Input

Exposed to the Graph by Default

List<Color>
List<GradientStops>
List<Graphic>
List<Raster>
List<Vector>
Transform
Vec2
Translation

Default: DVec2(0.0, 0.0)

Vec2
Rotation

Default: 0

f64
Scale

Default: 1., 1

Vec2
Skew

Default: DVec2(0.0, 0.0)

Vec2

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

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