CAColor Struct Reference

Structure for a color. More...

#include <cacolor.h>

List of all members.

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.


Detailed Description

Structure for a color.

Colors in trophy are usually used for the modification of red based surfaces.

Author:
Andrew Mustun


The documentation for this struct was generated from the following file:
Generated on Tue Nov 28 06:48:28 2006 by  doxygen 1.5.0