|
Public Member Functions |
| Color (float redValue, float greenValue, float blueValue, float alphaValue) |
| Color (float redValue, float greenValue, float blueValue) |
| Color (int redValue, int greenValue, int blueValue) |
| Color (int redValue, int greenValue, int blueValue, int alphaValue) |
float | getRed (int point) const |
float | getGreen (int point) const |
float | getBlue (int point) const |
float | getAlpha (int point) const |
bool | operator== (const Color &rhs) |
Color & | operator= (const Color &rhs) |
| Color (const Color &rhs) |
Public Attributes |
float | red |
float | blue |
float | green |
float | alpha |