LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

Fuzziness Property






Gets or sets a value used to indicate the range of colors to be replaced. .NET support WinRT support Silverlight support
Syntax
public int Fuzziness {get; set;}
'Declaration
 
Public Property Fuzziness As Integer
'Usage
 
Dim instance As ColorReplaceCommandColor
Dim value As Integer
 
instance.Fuzziness = value
 
value = instance.Fuzziness
public int Fuzziness {get; set;}
 get_Fuzziness();
set_Fuzziness(value);
public:
property int Fuzziness {
   int get();
   void set (    int value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorReplaceCommandColor Class
ColorReplaceCommandColor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.