0xFFFFFFFF
fist off this is a Hex number... if you don't know what it is I'd recomend you look up Hex numbers on the net because your going to see them a LOT more of them.
next I'm going to guess at the structure of the number.
Guess 1
Hex Ident. R G B A
0x FF FF FF FF
0x tells the compiler that its a hex number.
R=Red
G=Green
B=Blue
A=Alpha
Guess 2
Hex Ident. A R G B
0x FF FF FF FF
0x tells the compiler that its a hex number.
R=Red
G=Green
B=Blue
A=Alpha
Guess 3
Hex Ident. R G B Place Holder
0x FF FF FF FF
0x tells the compiler that its a hex number.
R=Red
G=Green
B=Blue
Guess 4
Hex Ident. PH R G B
0x FF FF FF FF
0x tells the compiler that its a hex number.
R=Red
G=Green
B=Blue
guess 1 is probably the closest
ok now lets create colors
bright red
R=FF
G=00
B=00
A=FF if it is alpha
bright Green
R=00
G=FF
B=00
A=FF if it is alpha
bright blue
R=00
G=00
B=FF
A=FF if it is alpha
Purple
R=FF
G=00
B=FF
A=FF if it is alpha
Gray
R=AA
G=AA
B=AA
A=FF if it is alpha
you get the idea play with it a bit...
------------------
Great Milenko
Words Of Wisdom:
"Never Stick A Pretzel In Your Butt It Might Break Off In There."
http://www.crosswinds.net/~milenko
http://www.crosswinds.net/~pirotech