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

Show in webframe

AutoColorLevelCommandFlags Enumeration








Enumeration flags that identify whether the method will process the image.
Syntax
[FlagsAttribute()]
public enum AutoColorLevelCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum AutoColorLevelCommandFlags 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As AutoColorLevelCommandFlags
[FlagsAttribute()]
public enum AutoColorLevelCommandFlags : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_OPTIONS(NSUInteger, LTAutoColorLevelCommandFlags)
public enum AutoColorLevelCommandFlags
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags = function() { };
Leadtools.ImageProcessing.Color.AutoColorLevelCommandFlags.prototype = {<br/>
  None = 0x00000000,
	NoProcess = 0x00000004,
	
 };
[FlagsAttribute()]
public enum class AutoColorLevelCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None No change.
0x00000004NoProcess Do not process the image. Just update the Master, Red, Green, and Blue properties with the color leveling information used. The color leveling information used depends on which of the other flags was set with AutoColorLevelCommandFlags.NoProcess. Only one other flag may be set with AutoColorLevelCommandFlags.NoProcess.
Remarks
These flags have a FlagsAttribute attribute that allow a bitwise combination of its member values.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

Error processing SSI file