LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
ColorReplaceCommandColor Constructor(RasterColor,Int32)
See Also 



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.
Initializes a new ColorReplaceCommandColor class with explicit parameters. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal replacedColor As RasterColor, _
   ByVal fuzziness As Integer _
)
Visual Basic (Usage)Copy Code
Dim replacedColor As RasterColor
Dim fuzziness As Integer
 
Dim instance As New ColorReplaceCommandColor(replacedColor, fuzziness)
C# 
public ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)
C++/CLI 
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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also