←Select platform

ColorReplaceCommandColor Constructor(RasterColor,int)

Summary

Initializes a new ColorReplaceCommandColor class with explicit parameters.

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

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly