LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorLevelCommandFlags Enumeration

Show in webframe







Enumeration flags that identify the channel being leveled.
Syntax
[FlagsAttribute()]
public enum ColorLevelCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum ColorLevelCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ColorLevelCommandFlags
[FlagsAttribute()]
public enum ColorLevelCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTColorLevelCommandFlags
public enum ColorLevelCommandFlags
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags = function() { };
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags.prototype = {
None = 0x00000000, Red = 0x00000001, Green = 0x00000010, Blue = 0x00000100, Master = 0x00001000, All = 0x00001111, };
[FlagsAttribute()]
public enum class ColorLevelCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000NoneNo change.
0x00000001RedRed channel.
0x00000010GreenGreen channel.
0x00000100BlueBlue channel.
0x00001000MasterMaster channel.
0x00001111AllAll channels.
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

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.