←Select platform

Fuzziness Property

Summary

Gets or sets a value used to indicate the range of colors to be replaced.

Syntax
C#
VB
Objective-C
C++
Java
public int Fuzziness { get; set; } 
Public Property Fuzziness As Integer 
@property (nonatomic, assign) NSUInteger fuzziness 
public int getFuzziness() 
public void setFuzziness(int value) 
public: 
property int Fuzziness { 
   int get(); 
   void set (    int ); 
} 

Property Value

Value used to indicate the range of colors to be replaced. This property only accepts nonzero positive values.

Example

Refer to ColorReplaceCommand.

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