Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.02.15
AutoColorLevelCommandBitmapEffectsType Enumeration
See Also  
Leadtools.Windows.Media.Effects.Color Namespace : AutoColorLevelCommandBitmapEffectsType Enumeration





Enumeration flags that identify the type of leveling to perform.

Syntax

Visual Basic (Declaration) 
Public Enum AutoColorLevelCommandBitmapEffectsType 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As AutoColorLevelCommandBitmapEffectsType
C# 
public enum AutoColorLevelCommandBitmapEffectsType : Enum 
Managed Extensions for C++ 
__value public enum AutoColorLevelCommandBitmapEffectsType : public Enum 
C++/CLI 
public enum class AutoColorLevelCommandBitmapEffectsType : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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.Windows.Media.Effects.Color.AutoColorLevelCommandBitmapEffectsType

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003

See Also