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

ColorReplaceCommandColor Constructor(RasterColor,Int32)






Value that represents the color to be replaced.
Value that indicates the + or - range of the color being replaced. This property only accepts nonzero positive values.
Initializes a new ColorReplaceCommandColor class with explicit parameters. .NET support WinRT support Silverlight support
Syntax
public ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)
'Declaration
 
Public Function New( _
   ByVal replacedColor As RasterColor, _
   ByVal fuzziness As Integer _
)
'Usage
 
Dim replacedColor As RasterColor
Dim fuzziness As Integer
 
Dim instance As New ColorReplaceCommandColor(replacedColor, fuzziness)
public ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)
function ColorReplaceCommandColor( 
   replacedColor ,
   fuzziness 
)
public:
ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)

Parameters

replacedColor
Value that represents the color to be replaced.
fuzziness
Value that indicates the + or - range of the color being replaced. This property only accepts nonzero positive values.
Example
Refer to ColorReplaceCommand (ColorReplaceCommandColor[],int,int,int)
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

ColorReplaceCommandColor Class
ColorReplaceCommandColor Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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