-
Drive Slider value with layer index
Hi all,
Possibly first time posting here? Not certain.
Anyways, forgive my stupidity, but could some genius please throw me an expression to have the value of a slider driven by the layer’s index?
Basically, I’ve got colour picker set up, where each round number on a slider is another colour (which works fine). And I’m just looking for an automated way to create a swatch that references each value. If that makes sense.
Thanks in advance!
Edit: Seems I’ve got it..
temp = thisLayer.index;
temp
Sorry, there were no replies found.