Interface Cmy

A CMY representation of a color.

interface Cmy {
    0: number;
    1: number;
    2: number;
}

Hierarchy (view full)

Properties

0 1 2

Properties

0: number

The cyan channel of this color in the range [0,1].

1: number

The magenta channel of this color in the range [0,1].

2: number

The yellow channel of this color in the range [0,1].