|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.21
|
These flags have a 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
typedef NS_OPTIONS(NSUInteger, LTColorThresholdCommandFlags)
public enum ColorThresholdCommandFlags
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags = function() { };
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags.prototype = {<br/>
BandBass = 0x00000000,
EffectChannel = 0x00000000,
SetToMinimum = 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