ColorChannelFlag
System.Drawing.Imaging.ColorChannelFlag
Namespace: System.Drawing.Imaging
Assembly: System.Drawing.Managed (4.0.0.0)
Specifies a range of CMYK channels.
public enum ColorChannelFlag : EnumPublic 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
Sets the CMYK (cyan-magenta-yellow-black) output channel for the default category.
Last updated
Was this helpful?