Contents

CMCMYKColor

Contains color values expressed in the CMYK color space.

Declaration

typedef struct CMCMYKColor {
    ...
} CMCMYKColor;

Overview

A color value expressed in the CMYK color space is composed of cyan, magenta, yellow, and black component values. Each color component is expressed as a numeric value within the range of 0 to 65535 inclusive.

Topics

Instance Properties