parseCMYK
parseCMYK(str) (static)
Parse a CMYK string of the form “C_M_Y_K” into a CMYKColor instance.
| Parameter | Type | Description |
|---|---|---|
| str | string | – a string like “30_100_0_30” |
Returns: CMYKColor
Parse a CMYK string of the form “C_M_Y_K” into a CMYKColor instance.
| Parameter | Type | Description |
|---|---|---|
| str | string | – a string like “30_100_0_30” |
Returns: CMYKColor