Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

ColorLevelCommandFlags Enumeration








Enumeration flags that identify the channel being leveled.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum ColorLevelCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As ColorLevelCommandFlags
[FlagsAttribute()]
public enum ColorLevelCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTColorLevelCommandFlags)
public enum ColorLevelCommandFlags
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags = function() { };
Leadtools.ImageProcessing.Color.ColorLevelCommandFlags.prototype = {<br/>
  None = 0x00000000,
	Red = 0x00000001,
	Green = 0x00000010,
	Blue = 0x00000100,
	Master = 0x00001000,
	All = 0x00001111,
	
 };
[FlagsAttribute()]
public enum class ColorLevelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No change.
0x00000001Red Red channel.
0x00000010Green Green channel.
0x00000100Blue Blue channel.
0x00001000Master Master channel.
0x00001111All All channels.
Remarks

This flag has a 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

Error processing SSI file