←Select platform

ColorThresholdCommandComponent Constructor(int,int,ColorThresholdCommandFlags)

Summary

Initializes a new ColorThresholdCommandComponent class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal minimumRange As Integer, _ 
   ByVal maximumRange As Integer, _ 
   ByVal flags As Leadtools.Imageprocessing.Color.ColorThresholdCommandFlags _ 
) 
- (instancetype)initWithMinimumRange:(NSInteger)minimumRange 
                        maximumRange:(NSInteger)maximumRange 
                               flags:(LTColorThresholdCommandFlags)flags 
             
public ColorThresholdCommandComponent(int minimumRange,  
                                      int maximumRange,  
                                      int flags) 
             
function ColorThresholdCommandComponent(  
   minimumRange , 
   maximumRange , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly