VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageProcessing Namespace / HistogramType Enumeration
Syntax Members Hierarchy Requirements SeeAlso
In This Topic
    HistogramType Enumeration
    In This Topic
    Specifies available histogram types.
    Syntax
    'Declaration
    
    <FlagsAttribute()>
    Public Enum HistogramType
       Inherits System.Enum
    
    
    [Flags()]
    public enum HistogramType : System.Enum
    
    
    [Flags()]
    __value public enum HistogramType : public System.Enum
    
    
    [Flags()]
    public enum class HistogramType : public System.Enum
    
    
    Members
    MemberDescription
    LuminosityHistogram of luminosity.
    RedHistogram of red color.
    GreenHistogram of green color.
    BlueHistogram of blue color.
    AlphaHistogram of alpha channel.
    RgbHistograms of red, green and blue colors.
    RgbaHistograms of red, green and blue colors with alpha.
    AllHistograms of luminosity, red, green and blue colors.
    AllWhithAlphaHistograms of luminosity, red, green and blue colors, and alpha.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Vintasoft.Imaging.ImageProcessing.HistogramType

    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also