ColorChannelFlag

ColorChannelFlag enumeration

Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel methods.

public enum ColorChannelFlag

Values

NameValueDescription
ColorChannelC0The cyan color channel.
ColorChannelM1The magenta color channel.
ColorChannelY2The yellow color channel.
ColorChannelK3The black color channel.
ColorChannelLast4The last selected channel should be used.

See Also