formZ SDK | 5.0 API Reference | System | Runtime Library (FZRT) | Graphics

fzrt_rgb_color_td

Description

RGB Color. Structure represented a color as a triple of Red, Blue, and Green components. Black is defined as (0,0,0) (no red, blue or green) White is (65535,65535,65535) all red, green and blue.

typedef struct fzrt_rgb_color_td {

unsigned short

red;

unsigned short

green;

unsigned short

blue };

Members

red

- intensity of the red component, 0 - no red, 65535 - full red

green

- intensity of the green component, 0 - no green, 65535 - full green

blue

- intensity of the blue component, 0 - no blue, 65535 - full blue

Availability

5.0.0.0

See Also

, , fzrt_rgb_back_color,

Defined in

fzrt_api_type.h