| SugColor ()
The class constructor.
|
SugRealType | getBlue ()
Returns the blue variable
|
SugRealType | getGreen ()
Returns the green variable
|
void | getRGB (SugRealType& r, SugRealType& g, SugRealType& b)
Stores the RGB value of this color in the three SugRealType variables
|
SugRealType | getRed ()
Returns the red variable
|
| operator SugRealType* ()
Operator overloader to cast this class as a vector of floats
|
void | setColor (const char* colorStr)
Sets the x variable
|
void | setRGB (SugRealType r, SugRealType g, SugRealType b)
Sets the RGB value of this color from the three SugRealType variables
|
| ~SugColor ()
The class destructor
|