class Color2U
Defined in:
The TSColor.h
Color2U
class encapsulates a two-component unsigned integer color.
Definition
class Color2U
Constructor
Color2U();
Color2U(uint32 r, uint32 g);
Description
The Color2U
class encapsulates a color having two unsigned integer components in the range [0, 255].The default constructor leaves the components of the color undefined.
See Also