←Select platform

ColorReplaceCommandColor Constructor(RasterColor,int)

Summary

Initializes a new ColorReplaceCommandColor class with explicit parameters.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
Public Function New( _ 
   ByVal replacedColor As Leadtools.RasterColor, _ 
   ByVal fuzziness As Integer _ 
) 
public ColorReplaceCommandColor(  
   Leadtools.RasterColor replacedColor, 
   int fuzziness 
) 
- (instancetype)initWithColor:(LTRasterColor *)color 
                    fuzziness:(NSUInteger)fuzziness 
             
public ColorReplaceCommandColor( 
   RasterColor replacedColor,  
   int fuzziness 
) 
             
function ColorReplaceCommandColor(  
   replacedColor , 
   fuzziness  
) 
public: 
ColorReplaceCommandColor(  
   Leadtools.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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly