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
| Parameter | Description |
|---|---|
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
Start2
3
4
5
EndReversed Range
The gradient is applied from the last shape to the first.
1
End2
3
4
5
Start