Type alias XYZ

XYZ: {
    x: number;
    y: number;
    z: number;
}

Represents a color in the XYZ color space. Values are typically between 0 and 1.