LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
AutoColorLevelCommandType Enumeration
See Also  



Enumeration flags that identify the type of leveling to perform. Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
ContrastPerform leveling on the Master channel (the grayscale values of the pixels). No color cast will be introduced.
IntensityPerform leveling on the RGB channel (the sum of the R, G, and B channels). No color cast will be introduced.
LevelPerform 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.
NoneNo change.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also