LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
HistogramCommandFlags Enumeration
See Also  



Flags that indicate which channel to use. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum HistogramCommandFlags 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As HistogramCommandFlags
C# 
[FlagsAttribute()]
public enum HistogramCommandFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class HistogramCommandFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AllBitsUse all the bits for calculating the histogram (the Leadtools.RasterImage.LowBit and Leadtools.RasterImage.HighBit values are ignored.)
BlueBlue channel only.
Force256Force the resulted histogram array to 256 entries length.
GreenGreen channel only.
LowHighBitsUse only the bits between the Leadtools.RasterImage.LowBit and Leadtools.RasterImage.HighBit values.
MasterAll channels.
RedRed channel only.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Color.HistogramCommandFlags

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also