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 function NearColors( rgb1: System.Integer; rgb2: System.Integer; tolerance: System.Integer ): System.Boolean; static;
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