←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) 
get_Fuzziness(); 
set_Fuzziness(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Color Assembly
Click or drag to resize