parseCMYK
parseCMYK(object)
Parse a CMYK string of the form “C_M_Y_K” into a CMYKColor instance.
static parseCMYK(str)
| Parameter | Type | Description |
|---|---|---|
| str | object | – a string like “30_100_0_30” |
Return Value
Exceptions
| exception | condition |
|---|---|
| Error | if the format is invalid or values are not numeric |
See Also
- class CMYKColor
- class CMYKColor
- assembly Aspose.BarCode