I want to assign to a scale of values from -100 to 100 some colors ranging from white to black.
There are 200 colors/values (-100 to 100), and I can't figure out how to do it.
I want it to start at white, then green, then blue, then yellow, then red and end at black.
(White, green, blue, yellow, red, black).
There should be about 32 shades of each (200/6), rounding up.
Any tricks or tips on how to achieve this?
Thanks.
There are 200 colors/values (-100 to 100), and I can't figure out how to do it.
I want it to start at white, then green, then blue, then yellow, then red and end at black.
(White, green, blue, yellow, red, black).
There should be about 32 shades of each (200/6), rounding up.
Any tricks or tips on how to achieve this?
Thanks.