LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

HistogramCommandFlags Enumeration

Show in webframe







Flags that indicate which channel to use.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum HistogramCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As HistogramCommandFlags
[FlagsAttribute()]
public enum HistogramCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTHistogramCommandFlags
public enum HistogramCommandFlags
Leadtools.ImageProcessing.Color.HistogramCommandFlags = function() { };
Leadtools.ImageProcessing.Color.HistogramCommandFlags.prototype = {
LowHighBits = 0x00000000, Master = 0x00000000, Red = 0x00000001, Green = 0x00000002, Blue = 0x00000003, AllBits = 0x00000010, Force256 = 0x00000100, };
[FlagsAttribute()]
public enum class HistogramCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000LowHighBitsUse only the bits between the Leadtools.RasterImage.LowBit and Leadtools.RasterImage.HighBit values.
0x00000000MasterAll channels.
0x00000001RedRed channel only.
0x00000002GreenGreen channel only.
0x00000003BlueBlue channel only.
0x00000010AllBitsUse all the bits for calculating the histogram (the Leadtools.RasterImage.LowBit and Leadtools.RasterImage.HighBit values are ignored.)
0x00000100Force256Force the resulted histogram array to 256 entries length.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.