[FlagsAttribute()] public enum HistogramCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum HistogramCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As HistogramCommandFlags
[FlagsAttribute()] public enum HistogramCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.ImageProcessing.Color.HistogramCommandFlags = function() { }; Leadtools.ImageProcessing.Color.HistogramCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class HistogramCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2