C4 Engine
C4 Engine API Documentation

class Color2U

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

Color2S

Color4U

Color4S