.: Home : Development History : Color scales :.
Color scales:
I followed up with adding some more code to the spitter so that I could test
different color schemes. I quickly saw the gray scale in the original
file that I had created and from this deduced that the order of color would
in part rest on the following principle.
The Hex color code for the gray scale:
000000 |
333333 |
666666 |
999999 |
CCCCCC |
FFFFFF |
I then tested things like:
330000 |
663333 |
996666 |
CC9999 |
FFCCCC |
To my amazement it worked out great. From this I created a file that would output all possible scales. Click
here to view it.