I have a list of 3250 values ranging from 87.7 to 90.8 from calculating angles between vectors. I would like to take this interval and split it into 3 parts:
1. 87.7 to 89.99
2. 89.99 to 90.01
3. 90.01 to 90.8
I then want to apply color gradients to the first and third intervals and a single color to the middle interval.
I tried doing it by manipulating the positions of the grips in a gradient component but since they can only be set by percentage, I am unhappy with their accuracy.
Is there another way to achieve what I am trying to do? I was wondering if it would help to use three gradient components, one for each interval. But I cannot find a way to split the interval based on values...
Thank you all!
Tags:
- Attachments:
-