Leadtools.Workflow.ImageProcessing Namespace : IntensityDetectCommandFlags Enumeration |
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 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.Workflow.ImageProcessing.IntensityDetectCommandFlags