export interface Lch { mode: "lch"; l: number; c: number; h?: number; alpha?: number; }