hello Java-people,

Does anyone know of a mapping between the full (256)^3 colour range i.e.
some 16 million colours and each of the pixel components in the image. that
is to say
input:- some number in the range 0 .. 256^3
output:- the red, green and blue pixel intensities.

for example, 0 would yield black - (0,0,0) and 256^3 would yield
(256,256,256) ???

any help appreciated ,
sean

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA2D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to