@tempots/color > CMYK > toString
Returns a string representation of the CMYK color in the format "cmyk(cyan%, magenta%, yellow%, black%)".
Signature:
readonly toString: () => string;