interface LchColor {
    c: number;
    h: number;
    l: number;
}

Properties

c h l

Properties

c: number
h: number
l: number