LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

ColorThresholdCommandComponent Constructor(Int32,Int32,ColorThresholdCommandFlags)

Show in webframe







Value that represents the minimum boundary used to threshold a specific color.
Value that represents the maximum boundary used to threshold a specific color.
Flags that represent the value that should be distributed to the thresholded component.
Initializes a new ColorThresholdCommandComponent class with explicit parameters.
Syntax
public ColorThresholdCommandComponent( 
   int minimumRange,
   int maximumRange,
   ColorThresholdCommandFlags flags
)
'Declaration
 
Public Function New( _
   ByVal minimumRange As Integer, _
   ByVal maximumRange As Integer, _
   ByVal flags As ColorThresholdCommandFlags _
)
'Usage
 
Dim minimumRange As Integer
Dim maximumRange As Integer
Dim flags As ColorThresholdCommandFlags
 
Dim instance As New ColorThresholdCommandComponent(minimumRange, maximumRange, flags)
public ColorThresholdCommandComponent( 
   int minimumRange,
   int maximumRange,
   ColorThresholdCommandFlags flags
)
- (id)initWithMinimumRange:(int)minimumRange 
              maximumRange:(int)maximumRange 
                     flags:(LTColorThresholdCommandFlags)flags;
            
public ColorThresholdCommandComponent(int minimumRange, 
                                      int maximumRange, 
                                      int flags)
            
function ColorThresholdCommandComponent( 
   minimumRange ,
   maximumRange ,
   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

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.