Interface Adobe

An Adobe RGB (opRGB) representation of a color.

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

Hierarchy (view full)

Properties

0 1 2

Properties

0: number

The red channel of this color in the range [0x00,0xff].

1: number

The green channel of this color in the range [0x00,0xff].

2: number

The blue channel of this color in the range [0x00,0xff].