-
Mapping JSON data to colour ramp in AE
Me again! I’m trying to map values stored in a JSON file to a colour ramp in AE. Something like:
linear(myData.value, 0, value_max, #FFFFFF, #000081)…in the fill colour property, if the linear expression could be used in this way. So taking a value from my dataset, figuring out where it sits along the colour gradient and applying that fill colour to the shape.
Can anybody help?