export interface ILAB { L: number; // 0 - 100 a: number; // -100 - 100 b: number; // -100 - 100 }