R
Richard Kucia
I have a simple question about RGB color coding under the CF. My Axim
supports 4096 colors, which is equivalent to 16 reds * 16 greens * 16 blues.
I assume this means that the lowest and highest valid RGB codes are (0,0,0)
and (15 * 16, 15 * 16, 15 * 16) or (0xF0, 0xF0, 0xF0). Does this mean that
(0xFF, 0xFF, 0xFF) = pure white is "invalid"?
Richard Kucia
supports 4096 colors, which is equivalent to 16 reds * 16 greens * 16 blues.
I assume this means that the lowest and highest valid RGB codes are (0,0,0)
and (15 * 16, 15 * 16, 15 * 16) or (0xF0, 0xF0, 0xF0). Does this mean that
(0xFF, 0xFF, 0xFF) = pure white is "invalid"?
Richard Kucia