AnimGraphLab Alpha
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
LabelThe display name for the node.
GroupApply the color only to shapes in this group.
ModeChoose to apply a single color or a range of colors across shapes.
Reverse RangeApply color range from last to first shape.
Apply FillEnable or disable applying the fill color.
FillThe solid color to apply as a fill.
Fill StopsThe colors and positions for the fill range.
Apply StrokeEnable or disable applying the stroke color.
StrokeThe solid color to apply as a stroke.
Stroke StopsThe colors and positions for the stroke range.
Blend ModeControls 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