C4 Engine
C4 Engine API Documentation

class Color2S

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

Color2U

Color4S

Color4U