Name

ColorChannelFlag

Synopsis

This enumeration is used by the ImageAttributes.SetOutputChannel() to determine which of the CMYK channels should be output when the image is drawn. This can be used for color-space conversion.


public enum ColorChannelFlag {

   ColorChannelC = 0,

   ColorChannelM = 1,

   ColorChannelY = 2,

   ColorChannelK = 3,

   ColorChannelLast = 4

}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.Formattable, System.IConvertible) ColorChannelFlag

Passed To

ImageAttributes.SetOutputChannel()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.