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