Tell you what, Gene, howsabout I cut off my left leg for for you? :)

Just kiddin'.

Um, instead of actually sending a palette, here is how it is generated.

The colours, red green and blue can have values between 0 and 7,
0 being none, and 7 being bright.
Each of the colours has an RGB set of numbers, as you'd expect, but all the 
number have to be either odd, or even.
Ie, valid rgb combinations are : 624, 751, 026, 135, etc
Invalid ones are : 136, 052, 146, etc.

You shouldn't really need a palette now, as you have all the information you'll
ever need...

Graham

Reply via email to