#include <cacolor.h>
Public Member Functions | |
| CAColor () | |
| Constructor for a black color. | |
| CAColor (int h, int s, int v) | |
| Constructor for any desired color. | |
| bool | operator== (CAColor c) |
| Operator ==. | |
| bool | operator!= (CAColor c) |
| Operator !=. | |
| CAColor | operator= (CAColor c) |
| Operator =. | |
Public Attributes | |
| int | h |
| Hue of this color. | |
| int | s |
| Saturation of this color. | |
| int | v |
| Value of this color. | |
Colors in trophy are usually used for the modification of red based surfaces.
1.5.0