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



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

Syntax

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

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.ImageProcessing.Color.HistogramEqualizeType

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