Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
AutoColorLevelCommandFlags Enumeration
See Also  



Enumeration flags that identify whether the method will process the image.

Syntax

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

Members

MemberDescription
None No change.
NoProcess 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also