←Select platform

ColorThresholdCommandComponent Constructor(int,int,ColorThresholdCommandFlags)

Summary

Initializes a new ColorThresholdCommandComponent class with explicit parameters.

Syntax
C#
VB
Objective-C
C++
Java
Public Function New( _ 
   ByVal minimumRange As Integer, _ 
   ByVal maximumRange As Integer, _ 
   ByVal flags As ColorThresholdCommandFlags _ 
) 
- (instancetype)initWithMinimumRange:(NSInteger)minimumRange 
                        maximumRange:(NSInteger)maximumRange 
                               flags:(LTColorThresholdCommandFlags)flags 
public ColorThresholdCommandComponent(int minimumRange,  
                                      int maximumRange,  
                                      int flags) 
public: 
ColorThresholdCommandComponent(  
   int minimumRange, 
   int maximumRange, 
   ColorThresholdCommandFlags flags 
) 

Parameters

minimumRange
Value that represents the minimum boundary used to threshold a specific color.

maximumRange
Value that represents the maximum boundary used to threshold a specific color.

flags
Flags that represent the value that should be distributed to the thresholded component.

Example

Refer to ColorThresholdCommand()

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly