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



Enumeration flags that identify the type of leveling to perform.

Syntax

Visual Basic (Declaration) 
Public Enum AutoColorLevelCommandType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AutoColorLevelCommandType
C# 
public enum AutoColorLevelCommandType : Enum 
C++/CLI 
public enum class AutoColorLevelCommandType : public Enum 

Members

MemberDescription
None No change.
Level Perform leveling on the individual R, G and B channels, treating each of the R, G and B channels as a separate entity. It introduces color cast on the image.
Contrast Perform leveling on the Master channel (the grayscale values of the pixels). No color cast will be introduced.
Intensity Perform leveling on the RGB channel (the sum of the R, G, and B channels). No color cast will be introduced.

Inheritance Hierarchy

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

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