Type alias LCH

LCH: {
    c: number;
    h: number;
    l: number;
}

Represents a color in the LCH color space. 'l' (lightness) is typically between 0 and 100. 'c' (chroma) is typically between 0 and 230. 'h' (hue) is between 0 and 360.