I was wondering how I could find a color "number"
Example: Green = 82 255 7 128
Is there a program or something?
Color "number"
Moderator: Moderators
-
Fiminopter
- Sergeant Major

- Posts: 221
- Joined: Sat Apr 29, 2006 11:20 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
t551
- General

- Posts: 791
- Joined: Sat Jul 16, 2005 3:23 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
RE: Color "number"
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.
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.
-
Schizo
RE: Color "number"
I use this list to find my colors for when I need them:
http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
http://www.pitt.edu/~nisg/cis/web/cgi/rgb.html
-
Fiminopter
- Sergeant Major

- Posts: 221
- Joined: Sat Apr 29, 2006 11:20 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
JabbaLovesLava
- Sith

- Posts: 1396
- Joined: Tue Jun 07, 2005 11:50 am
-
Fiminopter
- Sergeant Major

- Posts: 221
- Joined: Sat Apr 29, 2006 11:20 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Contact:
-
JabbaLovesLava
- Sith

- Posts: 1396
- Joined: Tue Jun 07, 2005 11:50 am
