
Signature
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
> I think 16 bit works with a colour palette, and each app has its own
> palette.
More likely, 16 bits is 5 bits red, 6 bits green and 5 bits blue.
The extra bit is assigned to green because the eye is more sensitive
to green than red or blue.
(searching for documentation ... google ... yes:
<URL: http://www.webcolors.freeserve.co.uk/chooser.htm >
)
/L

Signature
Lasse Reichstein Nielsen - lrn@hotpop.com
DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
'Faith without judgement merely degrades the spirit divine.'
DennyOR - 21 Jun 2004 23:19 GMT
I still don't understand why the same Color displays a slightly different
shade depending on whether it's drawn directly to screen or first to an
off-screen buffer and then moved to the screen with drawImage(). Starting
with the same Color, and ending up on the same screen, where in the process
is the Color altered in the indirect draw?
> > I think 16 bit works with a colour palette, and each app has its own
> > palette.
[quoted text clipped - 12 lines]
> DHTML Death Colors: <URL:http://www.infimum.dk/HTML/rasterTriangleDOM.html>
> 'Faith without judgement merely degrades the spirit divine.'