[ Index | Source | Summary | Member Functions ]
Back to the top of Color
Color(int red, int green, int blue);
Construct a color defined by the combination of the given
amounts of the base colors red, green, and blue.
Color(int red, int green, int blue);
Back to the top of Color
int Red();
Return the amount of red in the current color.
int Red();
Back to the top of Color
int Green();
Return the amount of green in the current color.
int Green();
Back to the top of Color
int Blue();
Return the amount of blue in the current color.
int Blue();
Back to the top of Color
~Color();
Destructor for the Color class.
~Color();
Back to the top of Color
Back to the top of Color
Report problems to jkotula@unimax.com