class Color2S
Defined in:
The TSColor.h
Color2S
class encapsulates a two-component signed integer color.
Definition
class Color2S
Constructor
Color2S();
Color2S(int32 r, int32 g);
Description
The Color2S
class encapsulates a color having two signed integer components in the range [−127, +127].The default constructor leaves the components of the color undefined.
See Also