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

CmykColor Properties

The CmykColor type exposes the following members.

Properties

Name Description
Public property A

Returns 8-bit alpha channel value (color opacity).

(Overrides Color.A.)
Public property A32

Returns 16-bit (extended) alpha channel value (color opacity).

(Overrides Color.A32.)
Public property C

Returns 8-bit cyan channel value.

Public property C32

Returns 16-bit cyan channel value.

Public property ChannelCount

Returns number of channels available in this color.

(Overrides Color.ChannelCount.)
Public property ColorSpace

Returns a color space of the color.

(Overrides Color.ColorSpace.)
Public property K

Returns 8-bit black channel value.

Public property K32

Returns 16-bit black channel value.

Public property M

Returns 8-bit magenta channel value.

Public property M32

Returns 16-bit magenta channel value.

Public property Y

Returns 8-bit yellow channel value.

Public property Y32

Returns 16-bit yellow channel value.

See Also

Reference