Color Array

Map colors to indices.

Auto Index - when checked the node will automatically output all indices.

Index - select the index within the array.

Add - use this button to add more rows (indices) to the UI.

0: Color - the first index in the array.

Example usage:

Start with a simple Basic Shape in a Duplicator.

  1. Create 3 indices (Add button) and set different colors for each one.

  2. Connect colorArray.id > basicShape.color

  3. Connect a Random node.

  4. Set Minimum to 0 and Maximum to 2.

  5. Connect random.id > colorArray.index.

Each duplicate will be set a random color.

Also see Value Array.

Last updated