Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum HistogramCommandFlags Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As HistogramCommandFlags |
C# | |
---|---|
[FlagsAttribute()] public enum HistogramCommandFlags : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class HistogramCommandFlags : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
AllBits | Use all the bits for calculating the histogram (the Leadtools.RasterImage.LowBit and Leadtools.RasterImage.HighBit values are ignored.) |
Blue | Blue channel only. |
Force256 | Force the resulted histogram array to 256 entries length. |
Green | Green channel only. |
LowHighBits | Use only the bits between the Leadtools.RasterImage.LowBit and Leadtools.RasterImage.HighBit values. |
Master | All channels. |
Red | Red channel only. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.HistogramCommandFlags
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)