This documentation is for the old version. Go to the latest Graphics Mill docs

Color.FromCmyk32 Method

Returns CmykColor class instance.

Overload List

Name Description
Public method Static member FromCmyk32(Int32)

Returns CmykColor class instance constructed from numeric 32-bit representation of CMYK value without alpha channel.

Public method Static member FromCmyk32(Int32, Int32, Int32, Int32)

Returns CmykColor class instance constructed from all 4 color channels (cyan, magenta, yellow, and black).

See Also

Reference