These flags have a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()] public enum ColorThresholdCommandFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ColorThresholdCommandFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ColorThresholdCommandFlags
[FlagsAttribute()] public enum ColorThresholdCommandFlags : System.IComparable, System.IConvertible, System.IFormattable
enum LTColorThresholdCommandFlags
public enum ColorThresholdCommandFlags
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags = function() { }; Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags.prototype = {
EffectChannel = 0x00000000, SetToMinimum = 0x00000000, BandBass = 0x00000000, BandReject = 0x00000001, EffectAll = 0x00000010, SetToMaximum = 0x00000100, SetToClamp = 0x00000200, };
[FlagsAttribute()] public enum class ColorThresholdCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Group | Flags |
Flags that define treatment of the values between the minimum and maximum threshold values | BandBass, BandReject |
Flags that define treatment of a pixel that falls on the threshold | EffectChannel, EffectAll |
Flags that define the new values for the rejected values | SetToMinimum, SetToMaximum, SetToClamp |
System.Object
System.ValueType
System.Enum
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags