Leadtools.Windows.Media.Effects Send comments on this topic. | Back to Introduction - LEADTOOLS WPF | Help Version 16.5.9.25
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 
C++/CLI 
public enum class AutoColorLevelCommandBitmapEffectsType : public Enum 
XAML Attributes Usage 

<object property=EnumerationValue .../>

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, Windows Server 2003 family, Windows Server 2008 family

See Also