-
If/else + multiple outcome for color changing depending of scale
Hello! First time here, and trying really hard to be better at expression. But I’m really confused when it’s about some more complex expression than basic stuff like time*100 and else, so, I’ll try to be as elaborate as I can.
The project is about a visual with data and legend (cf image). Has you can see, there is difference size of rounds.
So my situation is :
I’m trying to make multiple but separate round shapes changing colors following a change of their own scale.
I would like it to have some continuous changing, so no checkbox but more like linear.
And there will be 3 possible outcome depending of the changing size going by redish to orange then yellow.exemple :
if thislayer.transform.scale is 0 to 20 color will be R=102, G=21, B=45;
but if thislayer.transform.scale is 21 to 50 color will be R=217, G=122, B=51;
and if thislayer.transform.scale is 51 to 100 color will be R=236, G=183, B=49;I don’t know if putting an adjustment layer with some slider could help, but I need to change their own scale separately one from another.
So there it is. Any thoughts?
Thanks.Jérémy