AnimGraphLab Beta
Nodes Color

Parameters

Select a node to edit its parameters.

The Color node is a property node that applies color to incoming shapes. It can operate in two modes:

  • Single color to apply one color to all shapes.
  • Color range to distribute a gradient across multiple shapes.

When a shape is connected, this node adds a new Fill and/or Stroke layer to it.

Parameters

ParameterDescription
Label
The display name for the node.
Group
Apply the color only to shapes in this group.
Mode
Choose to apply a single color or a range of colors across shapes.
Reverse range
Apply color range from last to first shape.
Apply fill
Enable or disable applying the fill color.
Fill
The solid color to apply as a fill.
Fill Stops
The colors and positions for the fill range.
Apply Stroke
Enable or disable applying the stroke color.
Stroke
The solid color to apply as a stroke.
Stroke Stops
The colors and positions for the stroke range.
Blend Mode
Controls how the new layer blends with layers below it.

Color range mode

When Mode is set to Color Range, the node distributes a gradient from the start color (Fill or Stroke) to the End Fill or End Stroke color across all incoming shapes. This is useful for coloring copies from a Copy/Transform or Copy to Points node.

The gradient is applied based on the order (index) of the shapes. The first shape gets the start color, and the last shape gets the end color. You can flip this order by enabling the Reverse Range toggle.

Default Range

The gradient is applied from the first shape to the last.

1
Start
2
3
4
5
End

Reversed Range

The gradient is applied from the last shape to the first.

1
End
2
3
4
5
Start

See also