class Color4S
Defined in:
The TSColor.h
Color4S
class encapsulates a four-component signed integer color.
Definition
class Color4S
Constructor
Color4S();
Color4S(int32 r, int32 g, int32 b, int32 a = 0);
Description
The Color4S
class encapsulates a color having signed integer red, green, blue, and alpha components in the range [−127, +127].The default constructor leaves the components of the color undefined.
See Also