Skip to main content

ColorChannelFlag

Namespace: System.Drawing.Imaging

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies a range of CMYK channels.

public enum ColorChannelFlag : Enum

Fields

NameDescription
ColorChannelCSpecifies the Cyan color channel.
ColorChannelKSpecifies the Black color channel.
ColorChannelLastThis element specifies to leave the color channel unchanged from the last selected channel.
ColorChannelMSpecifies the Magenta color channel.
ColorChannelYSpecifies the Yellow color channel.

Used By

NameDescription
ImageAttributes.SetOutputChannelSets the CMYK (cyan-magenta-yellow-black) output channel for the default category.