In This Topic

GetHueDist Method (GdPictureColor)

In This Topic
Syntax
'Declaration
 
Public Shared Function GetHueDist( _
   ByVal h1 As Single, _
   ByVal h2 As Single _
) As Single
public static float GetHueDist( 
   float h1,
   float h2
)
public function GetHueDist( 
    h1: Single;
    h2: Single
): Single; static; 
public static function GetHueDist( 
   h1 : float,
   h2 : float
) : float;
public: static float GetHueDist( 
   float h1,
   float h2
) 
public:
static float GetHueDist( 
   float h1,
   float h2
) 

Parameters

h1
h2
See Also