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.
| Property | Value |
|---|---|
| Stage | fragment |
| Performance cost | low |
Inputs
| Input | Type | Required | Default |
|---|---|---|---|
value | vec3 | Yes | [1, 1, 1] |
strength | float | Yes | 1 |
Outputs
None. This node applies its value to the rendered text.
Controls
| Control | Type | Default | Values |
|---|---|---|---|
blend-mode | enum | replace | replace, add, multiply, mix |
Brightness Output
output-brightness
Applies scalar brightness to the text.
| Property | Value |
|---|---|
| Stage | fragment |
| Performance cost | low |
Inputs
| Input | Type | Required | Default |
|---|---|---|---|
value | float | Yes | 1 |
Outputs
None. This node applies its value to the rendered text.
Controls
| Control | Type | Default | Values |
|---|---|---|---|
mode | enum | multiply | multiply, add, replace |
Opacity Output
output-opacity
Applies opacity to the text.
| Property | Value |
|---|---|
| Stage | fragment |
| Performance cost | low |
Inputs
| Input | Type | Required | Default |
|---|---|---|---|
value | float | Yes | 1 |
Outputs
None. This node applies its value to the rendered text.
Controls
| Control | Type | Default | Values |
|---|---|---|---|
mode | enum | multiply | multiply, add, replace |
Position X Output
output-position-x
Applies horizontal character movement.
| Property | Value |
|---|---|
| Stage | vertex |
| Performance cost | low |
Inputs
| Input | Type | Required | Default |
|---|---|---|---|
value | float | Yes | 0 |
Outputs
None. This node applies its value to the rendered text.
Controls
| Control | Type | Default | Values |
|---|---|---|---|
mode | enum | add | add, replace |
Position Y Output
output-position-y
Applies vertical character movement.
| Property | Value |
|---|---|
| Stage | vertex |
| Performance cost | low |
Inputs
| Input | Type | Required | Default |
|---|---|---|---|
value | float | Yes | 0 |
Outputs
None. This node applies its value to the rendered text.
Controls
| Control | Type | Default | Values |
|---|---|---|---|
mode | enum | add | add, replace |
Position XY Output
output-position-xy
Applies two-dimensional character movement.
| Property | Value |
|---|---|
| Stage | vertex |
| Performance cost | low |
Inputs
| Input | Type | Required | Default |
|---|---|---|---|
value | vec2 | Yes | [0, 0] |
Outputs
None. This node applies its value to the rendered text.
Controls
| Control | Type | Default | Values |
|---|---|---|---|
mode | enum | add | add, replace |