Shannon V. OKeets
Posts: 22095
Joined: 5/19/2005 From: Honolulu, Hawaii Status: offline
|
Just a comment about people who have trouble differentiating color: which colors pose problems are varied. Remember when you took the eye test and they showed you several different numbers within circles and asked you what numbers you saw? Each picture can be seen several different ways depending on the rods and cones in your retina. And they have a couple of pictures to cover other variations in color perception. My point is that what might work for some, might not work for all. There is a lot of information on color perception differences on the web. Someone pointed me to a good article years ago which I used to decide on a lot of the color decisions I made for MWIF. I can't remember where that information is. Here is what I have as in-line notes in the code. === // ****************************************************************************
// Colors for Color Blind palette; R G B;
// ****************************************************************************
// R G B B G R
// 18, 122, 177 AB 7A 12
// ****************************************************************************
clCBOrange = $009FE6; // 230, 159, 0 Orange.
clCBSkyBlue = $E98256; // 86, 130, 233 Light Blue.
clCBBlueishGreen = $739E00; // 0, 158, 115 Teal.
clCBYellow = $42E4F0; // 240, 228, 66 Yellow.
clCBBlue = $B27200; // 0, 114, 178 Blue.
clCBVermillion = $005ED5; // 213, 94, 0 Red.
clCBReddishPurple = $A779CC; // 204, 121, 167 Brown.
clDarkGray = $484848;
clPaleGreen = $A0FFA0;
clPaleBlue = $FFD0A0;
clPaleRed = $A0A0FF;
_____________________________
Steve Perfection is an elusive goal.
|