Color255
From Valve Developer Community
Revision as of 09:55, 26 July 2009 by TheFixer333 (Talk | contribs)
A string of three bytes (0-255) separated by spaces:
RED GREEN BLUE
Examples
- Red = "
255 0 0"
- Green = "
0 255 0"
- Blue = "
0 0 255"
- Orange = "
255 128 0"
Example:
"255 255 255 5000"