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



Flag that indicates the channel to process.

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

Supported in Silverlight, Windows Phone 7

Syntax

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

Members

MemberDescription
BlueBlue Channel.
GreenGreen Channel.
MasterGrayscale Channel.
RedRed Channel.

Inheritance Hierarchy

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

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