ColorChannelFlag
Namespace: System.Drawing.Imaging
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies a range of CMYK channels.
- C#
- VB.NET
public enum ColorChannelFlag : Enum
Public Enum ColorChannelFlag As [Enum]
Fields
| Name | Description |
|---|---|
| ColorChannelC | Specifies the Cyan color channel. |
| ColorChannelK | Specifies the Black color channel. |
| ColorChannelLast | This element specifies to leave the color channel unchanged from the last selected channel. |
| ColorChannelM | Specifies the Magenta color channel. |
| ColorChannelY | Specifies the Yellow color channel. |
Used By
| Name | Description |
|---|---|
| ImageAttributes.SetOutputChannel | Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category. |