Index to Color

Colorise Shapes using a gradient.

Value - the point along the gradient to output (0 = far left, 1 = far right).

Gradient - set the color values. See Gradients.

Reverse - reverse/invert the gradient.

Example usage:

  1. Create a Basic Shape

  2. Create a Duplicator

  3. Connect basicShape > duplicator.inputShapes

  4. Create an Index to Color

  5. Connect indexToColor.id > basicShape.color

Each duplicate will be colored according to the gradient.

Last updated