Flags that represent the treatment of the values within the threshold range, the treatment of a pixel that falls on the threshold and new values for rejected values. These flags have a FlagsAttribute attribute that allows a bitwise combination of its member values.
[FlagsAttribute()]
public enum ColorThresholdCommandFlags
<FlagsAttribute()>
Public Enum ColorThresholdCommandFlags
[FlagsAttribute()]
public enum ColorThresholdCommandFlags
typedef NS_OPTIONS(NSUInteger, LTColorThresholdCommandFlags)
public enum ColorThresholdCommandFlags
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags = function() { };
Leadtools.ImageProcessing.Color.ColorThresholdCommandFlags.prototype = {
BandBass = 0x00000000,
EffectChannel = 0x00000000,
SetToMinimum = 0x00000000,
BandReject = 0x00000001,
EffectAll = 0x00000010,
SetToMaximum = 0x00000100,
SetToClamp = 0x00000200,
};
[FlagsAttribute()]
public enum class ColorThresholdCommandFlags
Members
Value | Member | Description |
---|---|---|
0x00000000 | BandBass | The values falling outside the range are modified. |
0x00000000 | EffectChannel | Each channel component is modified independently. |
0x00000000 | SetToMinimum | The rejected values are set to 0. |
0x00000001 | BandReject | The values falling inside the range are modified. |
0x00000010 | EffectAll | The pixel is rejected by the test if one of the components is rejected. |
0x00000100 | SetToMaximum | The rejected values are set to the maximum value. |
0x00000200 | 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. |
You can use a bitwise OR ( ¦ ) to specify one flag from each group.
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 |
![]() |
Products |
Support |
Feedback: ColorThresholdCommandFlags Enumeration - Leadtools.ImageProcessing.Color |
Introduction |
Help Version 19.0.2017.3.21
|
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
Your email has been sent to support! Someone should be in touch! If your matter is urgent please come back into chat.
Chat Hours:
Monday - Friday, 8:30am to 6pm ET
Thank you for your feedback!
Please fill out the form again to start a new chat.
All agents are currently offline.
Chat Hours:
Monday - Friday
8:30AM - 6PM EST
To contact us please fill out this form and we will contact you via email.