This document is archived and information here might be outdated.  Recommended version.


ICieLabConversion.GetDistance Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

ICieLabConversion.GetDistance Method

Gets visual difference between two CIELAB colors.

[Visual Basic .NET]
Public Function GetDistance ( _
    ByVal l1 As Double, _
    ByVal a1 As Double, _
    ByVal b1 As Double, _
    ByVal l2 As Double, _
    ByVal a2 As Double, _
    ByVal b2 As Double _
) As Double
[C#]
public double GetDistance (
    double l1,
    double a1,
    double b1,
    double l2,
    double a2,
    double b2
);
[C++]
HRESULT GetDistance(
  double l1,
  double a1,
  double b1,
  double l2,
  double a2,
  double b2,
  double* dist
);
[C++]

Parameters l1 [in] l1 is a parameter of type double a1 a1 is a parameter of type double b1 b1 is a parameter of type double l2 l2 is a parameter of type double a2 a2 is a parameter of type double b2 b2 is a parameter of type double dist [out, retval] dist is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ICieLabConversion Interface