C4 Engine
C4 Engine API Documentation

class Color4S

Defined in:  TSColor.h
The 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

Color4U

Color2S

Color2U