This flag has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum IntensityDetectCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum IntensityDetectCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As IntensityDetectCommandFlags
[FlagsAttribute()] public enum IntensityDetectCommandFlags : System.IComparable, System.IConvertible, System.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.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | Master | Grayscale Channel. |
0x00000001 | Red | Red Channel. |
0x00000010 | Green | Green Channel. |
0x00000100 | Blue | Blue Channel. |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.IntensityDetectCommandFlags