←Select platform

Fuzziness Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Fuzziness { get; set; } 
Public Property Fuzziness As Integer 
public int Fuzziness {get; set;} 
@property (nonatomic, assign) NSUInteger fuzziness 
public int getFuzziness() 
public void setFuzziness(int value) 
             
 <br/>get_Fuzziness();<br/>set_Fuzziness(value);<br/>Object.defineProperty('Fuzziness');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly