class csColor A class used to represent a color in RGB space
| | blue Blue (0..1) |
| | green Green (0..1) |
| | red Red (0..1) |
| | Clamp (float r, float g, float b) Clamp color to given R,G,B values |
| | csColor () Initialize a color object (contents undefined) |
| | csColor (float r, float g, float b) Initialize a color object with given R,G,B components |
| | operator= (const csColor &Copy) Assign one color object to another |
| | Set (float r, float g, float b) Set color to given R,G,B components |
A class used to represent a color in RGB space
float green
float blue
csColor()
csColor(float r, float g, float b)
void Set(float r, float g, float b)
void Clamp(float r, float g, float b)
inline void operator= (const csColor &Copy)
this page has been generated automatically by doc++
(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de