type CMYK = [number, number, number, number];
Represents a color in the CMYK color space.
The CMYK
type is a tuple that contains four numbers representing the cyan, magenta,
yellow, and black components of the color.
type CMYK = [number, number, number, number];
Represents a color in the CMYK color space.
The CMYK
type is a tuple that contains four numbers representing the cyan, magenta,
yellow, and black components of the color.