LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorLevelCommandFlags Enumeration
See Also  



Enumeration flags that identify the channel being leveled. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ColorLevelCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ColorLevelCommandFlags
C# 
[FlagsAttribute()]
public enum ColorLevelCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ColorLevelCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllAll channels.
BlueBlue channel.
GreenGreen channel.
MasterMaster channel.
NoneNo change.
RedRed channel.

Remarks

This flag has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.ColorLevelCommandFlags

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also