Type alias CMYK

CMYK: {
    c: number;
    k: number;
    m: number;
    y: number;
}

Represents a color in the CMYK color space. All values should be between 0 and 100, representing percentages.