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


ICieLabConversion.GetDistance Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICieLabConversion Interface > ICieLabConversion.GetDistance Method
ArcGIS Developer Help

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
);
[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

Product Availability

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

See Also

ICieLabConversion Interface