System.Drawing.Imaging.ColorChannelFlag Enumeration

Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the erload:System.Drawing.Imaging.ImageAttributes.SetOutputChannel methods.

Syntax

public enum ColorChannelFlag

Remarks

The values are flags, which can be combined by using the OR operator.

Members

Member NameDescription
ColorChannelC

The cyan color channel.

ColorChannelK

The black color channel.

ColorChannelLast

The last selected channel should be used.

ColorChannelM

The magenta color channel.

ColorChannelY

The yellow color channel.

Requirements

Namespace: System.Drawing.Imaging
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0