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





This enumeration will contain all Types needed to indicate which color space is selected.

Syntax

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

<object property=EnumerationValue .../>

Members

MemberDescription
None No Flags.
Rgb Linearizes the number of pixels across the RGB color space.(separated channels).
Yuv Linearizes the number of pixels across the YUV color space.(Best results).
Gray Linearizes the number of pixels per gray level in a gray level representation of the image.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Windows.Media.Effects.Color.HistogramEqualizeCommandBitmapEffectsType

Requirements

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

See Also