parseCMYK

parseCMYK(str) (static)

Parse a CMYK string of the form “C_M_Y_K” into a CMYKColor instance.

ParameterTypeDescription
strstring– a string like “30_100_0_30”

Returns: CMYKColor