Skip to main content

Output Nodes

Output nodes apply the final graph value to rendered text. Every graph needs at least one output.

This page lists 6 nodes.

Colour Output

output-colour

Applies a generated colour to the text.

PropertyValue
Stagefragment
Performance costlow

Inputs

InputTypeRequiredDefault
valuevec3Yes[1, 1, 1]
strengthfloatYes1

Outputs

None. This node applies its value to the rendered text.

Controls

ControlTypeDefaultValues
blend-modeenumreplacereplace, add, multiply, mix

Brightness Output

output-brightness

Applies scalar brightness to the text.

PropertyValue
Stagefragment
Performance costlow

Inputs

InputTypeRequiredDefault
valuefloatYes1

Outputs

None. This node applies its value to the rendered text.

Controls

ControlTypeDefaultValues
modeenummultiplymultiply, add, replace

Opacity Output

output-opacity

Applies opacity to the text.

PropertyValue
Stagefragment
Performance costlow

Inputs

InputTypeRequiredDefault
valuefloatYes1

Outputs

None. This node applies its value to the rendered text.

Controls

ControlTypeDefaultValues
modeenummultiplymultiply, add, replace

Position X Output

output-position-x

Applies horizontal character movement.

PropertyValue
Stagevertex
Performance costlow

Inputs

InputTypeRequiredDefault
valuefloatYes0

Outputs

None. This node applies its value to the rendered text.

Controls

ControlTypeDefaultValues
modeenumaddadd, replace

Position Y Output

output-position-y

Applies vertical character movement.

PropertyValue
Stagevertex
Performance costlow

Inputs

InputTypeRequiredDefault
valuefloatYes0

Outputs

None. This node applies its value to the rendered text.

Controls

ControlTypeDefaultValues
modeenumaddadd, replace

Position XY Output

output-position-xy

Applies two-dimensional character movement.

PropertyValue
Stagevertex
Performance costlow

Inputs

InputTypeRequiredDefault
valuevec2Yes[0, 0]

Outputs

None. This node applies its value to the rendered text.

Controls

ControlTypeDefaultValues
modeenumaddadd, replace