Set the current color in CMYK format, all values are in percentage (0 - 100).
[JavaScript]
ColorPicker.setCmyk(
c, m, y, k)
Parameters
-
c
- The cyan value (0 - 100).
-
m
- The magenta value (0 - 100).
-
y
- The yellow value (0 - 100).
-
k
- The black value (0 - 100).
See Also
ColorPicker Object