|
||
COLORS |
|
|||||||||||||||||||||||||||||||||||
Structure |
A data type used to store useful color values by name
struct COLORS { RGB black; RGB red; RGB green; RGB blue; RGB yellow; RGB magenta; RGB cyan; RGB white; RGB brown; RGB violet; RGB light_gray; RGB gray; RGB light_blue; RGB light_green; RGB light_cyan; RGB light_red; };
|
|
||||||||||||||||||||||||||||||||||
Members |
|
|
||||||||||||||||||||||||||||||||||
Remarks |
Access to this structure is primarily through the variable SILVER_COLORS, for instance SILVER_COLORS.light_red can be used wherever an RGB value is needed. |
|
||||||||||||||||||||||||||||||||||
Header |
ssdef.h |
|