Type alias LAB

LAB: {
    a: number;
    b: number;
    l: number;
}

Represents a color in the LAB color space. 'l' (lightness) is typically between 0 and 100. 'a' and 'b' are typically between -128 and 127.