Interface Yxy

A CIEXYZ (CIE 1931) Yxy representation of a color. Colors are defined relative to a standard observer.

interface Yxy {
    "0": number;
    "1": number;
    "2": number;
    [key: number]: number;
}

Hierarchy (View Summary)

Indexable

  • [key: number]: number

Properties

0 1 2

Properties

"0": number

The Y value of this color in the range [0,100].

"1": number

The x value of this color.

"2": number

The y value of this color.