-
5 colours to repeat over x shapes
Hello,
I have 5 colours on 5 colour fills on a separate shape layer, and I duplicate a shape x times on another shape layer. I want these 5 colours to loop like this
COLOR 1 2 3 4 5 1 2 3 4 5…
LAYER 1 2 3 4 5 6 7 8 9 10…So far, I get the shape colour and colour picker linked like this:
thisComp.layer(“Color Palette”).content(“Color Palette”).content(thisProperty.propertyGroup(3).propertyIndex).content(“Fill 1”).colorand each colour fill group are named 01 , 02, 03, 04 and 05.
Now I need this selection to loop every 5 shapes…
Anyone ?