Color "number"

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Fiminopter
Sergeant Major
Sergeant Major
Posts: 221
Joined: Sat Apr 29, 2006 11:20 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Color "number"

Post by Fiminopter »

I was wondering how I could find a color "number"
Example: Green = 82 255 7 128
Is there a program or something?
t551
General
General
Posts: 791
Joined: Sat Jul 16, 2005 3:23 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Color "number"

Post 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.
Schizo

RE: Color "number"

Post 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
Fiminopter
Sergeant Major
Sergeant Major
Posts: 221
Joined: Sat Apr 29, 2006 11:20 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Post by Fiminopter »

Thanks for the help!!!!
JabbaLovesLava
Sith
Sith
Posts: 1396
Joined: Tue Jun 07, 2005 11:50 am

Post by JabbaLovesLava »

what do you need colors for?
Fiminopter
Sergeant Major
Sergeant Major
Posts: 221
Joined: Sat Apr 29, 2006 11:20 am
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Contact:

Post by Fiminopter »

Light Saber Trail Color
Lasre Blast Trail Color
Droideka Shield Color
Anything else that Glows
JabbaLovesLava
Sith
Sith
Posts: 1396
Joined: Tue Jun 07, 2005 11:50 am

Post by JabbaLovesLava »

ah i see. Thanks for answring
Post Reply