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

fzrt_cmy_color_td

Description

CMY Color. Structure represented a color as a triple of cyan, magenta, and yellow components (0,0,0) represents white, (65535,65535,65535) is black

typedef struct fzrt_cmy_color_td {

unsigned short

cyan;

unsigned short

magenta;

unsigned short

yellow };

Members

cyan

- [0..65535] intensity of cyan

magenta

- [0..65535] intensity of magenta

yellow

- [0..65535] intensity of yellow

Availability

5.0.0.0

Defined in

fzrt_api_type.h