LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

IntensityDetectCommandFlags Enumeration

Show in webframe







Flag that indicates the channel to process.

This flag has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
[FlagsAttribute()]
public enum IntensityDetectCommandFlags : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
<FlagsAttribute()>
Public Enum IntensityDetectCommandFlags 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As IntensityDetectCommandFlags
[FlagsAttribute()]
public enum IntensityDetectCommandFlags : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTIntensityDetectCommandFlags
public enum IntensityDetectCommandFlags
Leadtools.ImageProcessing.Color.IntensityDetectCommandFlags = function() { };
Leadtools.ImageProcessing.Color.IntensityDetectCommandFlags.prototype = {
Master = 0x00000000, Red = 0x00000001, Green = 0x00000010, Blue = 0x00000100, };
[FlagsAttribute()]
public enum class IntensityDetectCommandFlags : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000MasterGrayscale Channel.
0x00000001RedRed Channel.
0x00000010GreenGreen Channel.
0x00000100BlueBlue Channel.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Color Namespace

 

 


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