Go to the source code of this file.
Classes | |
| class | CColor |
| This class represents a color. More... | |
Functions | |
| CColor | operator * (float k, const CColor &c) |
| This operator returns the product of a scalar and a color. | |
| std::ostream & | operator<< (std::ostream &o, const CColor &c) |
| This operator prints the value of the color. | |
Definition in file CColor.h.
1.5.4