Transform 2D
Transform2
A 2D Transformation
Nodes that output this type
Transform 2D Constant
Creates a constant of Transform 2D. The user will modify this at the UI layer.
Transform 2D Identity
Creates a 2D transform that is the identity transform.
Transform 2D If
If the boolean is true returns input 1, otherwise input 2. Type: Transform2
Transform 2D Rotate
Applies a rotation to a 2D transform. Rotation is in radians.
Transform 2D Scale
Applies a scale to a 2D transform.
Transform 2D Translation
Applies a translation to a 2D transform.
Nodes that accept this type as input
Composition Blend Add
Adds the foreground and background images together using additive blending.
Composition Blend Alpha
Blends between the foreground and background using the alpha component of the foreground. 1 is foreground. 0 is background.
Composition Blend Max
Blends the foreground and background images using maximum value blending.
Composition Blend Min
Blends the foreground and background images using minimum blending, taking the minimum value for each pixel.
Composition Blend Multiply
Multiplies the foreground and background images together using multiply blending.
Composition Blend Stencil
Blends the foreground and background images using stencil blending. When the foreground is over the background, the foreground's alpha and the background's r, g and b are used.
Composition Blend Subtract
Subtracts the foreground image from the background image using subtractive blending.
Transform 2D If
If the boolean is true returns input 1, otherwise input 2. Type: Transform2
Transform 2D Rotate
Applies a rotation to a 2D transform. Rotation is in radians.
Transform 2D Scale
Applies a scale to a 2D transform.
Transform 2D to List
Converts Transform 2D to a single item list
Transform 2D Translation
Applies a translation to a 2D transform.