Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.10
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.

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 ColorReplaceCommandColor(replacedColor, fuzziness)
C# 
public ColorReplaceCommandColor( 
   RasterColor replacedColor,
   int fuzziness
)
Managed Extensions for 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: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also