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

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