Color controller does not connect

Here’s a demo with predefined colors:
randomFromPredefined.sifz (1.8 KB)

To add more colors follow the below instructions:

  1. Add a new solid layer in the “Colors” switch layer group. And set it to new color.
  2. Change the parameters of “Colors” switch layer group as follows:
    1. Expand the “Active Layer Depth” parameter
    2. Update the “Link” value to half of number of Solid Layers, meaning if you have 10 solid layers, set it to 5.
    3. Update the radius to half the number of Solid Layers, similar to above.

For what you are trying to achieve, I would recommend creating plugin, or you can take a look at SwtichTemplate plugin which may help you achieve your goal. Or you can study my plugin and create your own. (Feel free to DM me if you need help)