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
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags = function() { }; Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags.prototype = {
LeadtoolsMemberMarker(replace me) };
[FlagsAttribute()] public enum class ColorThresholdCommandFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
BandBass | The values falling outside the range are modified. |
BandReject | The values falling inside the range are modified. |
EffectAll | The pixel is rejected by the test if one of the components is rejected. |
EffectChannel | Each channel component is modified independently. |
SetToClamp | The rejected component values less than the MinimumRange property go to the minimum value in the used color space component. Rejected component values greater than the MaximumRange property go to the maximum value in the used color space component. This works only with the EffectChannel flag. |
SetToMaximum | The rejected values are set to the maximum value. |
SetToMinimum | The rejected values are set to 0. |
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
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2