Node Values

The values that flow from node to node in the graph are Node Values because these values are generated by the node and they live in the node.

There are 7 node values:

BOOLEAN

A boolean value. (true or false).

In Wiki:
Type: BOOLEAN
Value: true

NUMBER

A real number value. (0.0, 3.0, -2.0, 5.4, 3.141592).

Example in Wiki:
Type: NUMBER
Value: 2.54

POINT

A 2D point or vector value ([0.0, 0.0], [1.0, -3.0], [2.4, 3.8]).

Example in Wiki:
Node Value Point
Type: POINT
Value: [2.6, 3.8]

FRAME

A rectangle defined by a position and size. (pos:[0.0, 0.0]; size:[120.0, 100.5]).

Example in Wiki:
Node Value Frame
Type: FRAME
Value: position: [5, 3] - size: [120, 100]

RGBO

A red, greed, blue and opacity value. ().

Example in Wiki:
Type: FRAME
Value: red: 0.25 - green: 0.5 - blue: 0.85 - opacity: 0.95

IMAGE

An image value.

Example in Wiki:
Node Value Frame
Type: IMAGE

CURVES

A Bezier Splines container with multiple curves.

Example in Wiki:
Type: CURVES

TEXTURE

A procedural texture definition.

Example in Wiki:
Type: TEXTURE

Attributes Node

The Attributes node can hold custom attributes and convert them to Node Values. With this feature you can reuse attributes through the project.