This documentation is archived and is not being maintained.
ColorChannelFlag Enumeration
.NET Framework 1.1
Specifies individual channels in the CMYK (cyan, magenta, yellow, black) color space. This enumeration is used by the SetOutputChannel Methods.
[Visual Basic] <Serializable> Public Enum ColorChannelFlag [C#] [Serializable] public enum ColorChannelFlag [C++] [Serializable] __value public enum ColorChannelFlag [JScript] public Serializable enum ColorChannelFlag
Remarks
The values are flags, which can be combined by using the OR operator.
Members
| Member name | Description |
|---|---|
| ColorChannelC | The cyan color channel. |
| ColorChannelK | The black color channel. |
| ColorChannelLast | This element specifies to leave the color channel unchanged from the last selected channel. |
| ColorChannelM | The magenta color channel. |
| ColorChannelY | The yellow color channel. |
Requirements
Namespace: System.Drawing.Imaging
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Drawing (in System.Drawing.dll)
See Also
Show: