Page 1 of 1
Color "number"
Posted: Fri Jul 28, 2006 3:14 pm
by Fiminopter
I was wondering how I could find a color "number"
Example: Green = 82 255 7 128
Is there a program or something?
RE: Color "number"
Posted: Fri Jul 28, 2006 3:34 pm
by t551
Those are RGBA values (Red, Green, Blue, Alpha). The numbers are ranging from 0-255, and they control the intensity of each channel. For example:
Pure Red = 255 0 0 0
Pure Green = 0 255 0 0
Pure Blue = 0 0 255 0
By changing the values, you change the mix of primary light colors to determine the final color.
The alpha channel is a little harder to understand, as it doesn't control visible light, but a special quality of the texture, sometimes used for bumpmaps or transparency maps. Not all images have an alpha channel.
RE: Color "number"
Posted: Fri Jul 28, 2006 5:08 pm
by Schizo
I use this list to find my colors for when I need them:
http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
Posted: Fri Jul 28, 2006 5:42 pm
by Fiminopter
Thanks for the help!!!!
Posted: Fri Jul 28, 2006 5:51 pm
by JabbaLovesLava
what do you need colors for?
Posted: Fri Jul 28, 2006 5:55 pm
by Fiminopter
Light Saber Trail Color
Lasre Blast Trail Color
Droideka Shield Color
Anything else that Glows
Posted: Fri Jul 28, 2006 6:06 pm
by JabbaLovesLava
ah i see. Thanks for answring