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