Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

setCmyk Method 

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


Direct link to this topic