NearColors Method

Kaliko Image Library

Kaliko.ImageLibrary
NearColors Method





Syntax
'Declaration
 
Public Shared Function NearColors( _
   ByVal rgb1 As System.Integer, _
   ByVal rgb2 As System.Integer, _
   ByVal tolerance As System.Integer _
) As System.Boolean
'Usage
 
Dim rgb1 As System.Integer
Dim rgb2 As System.Integer
Dim tolerance As System.Integer
Dim value As System.Boolean
 
value = PixelUtils.NearColors(rgb1, rgb2, tolerance)
public static System.bool NearColors( 
   System.int rgb1,
   System.int rgb2,
   System.int tolerance
)
public function NearColors( 
    rgb1: System.Integer;
    rgb2: System.Integer;
    tolerance: System.Integer
): System.Boolean; static; 
public static function NearColors( 
   rgb1 : System.int,
   rgb2 : System.int,
   tolerance : System.int
) : System.boolean;
public: static System.bool NearColors( 
   System.int rgb1,
   System.int rgb2,
   System.int tolerance
) 
public:
static System.bool NearColors( 
   System.int rgb1,
   System.int rgb2,
   System.int tolerance
) 

Parameters

rgb1
rgb2
tolerance
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

This documentation was created using Document! X from Innovasys