LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

ColorThresholdCommandComponent Constructor(Int32,Int32,ColorThresholdCommandFlags)






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. .NET support WinRT support Silverlight support
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
)
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: 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

See Also

Reference

ColorThresholdCommandComponent Class
ColorThresholdCommandComponent Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.