This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > IColor Interface > IColor.GetCIELAB Method (ArcObjects .NET 10.4 SDK) |
The CIELAB value of color.
[Visual Basic .NET] Public Sub GetCIELAB ( _ ByRef l As Double, _ ByRef a As Double, _ ByRef b As Double _ )
[C#] public void GetCIELAB ( ref double l, ref double a, ref double b );
[C++]
HRESULT GetCIELAB(
double* l,
double* a,
double* b
);
[C++]
Parameters l [out] l is a parameter of type double a [out] a is a parameter of type double b [out] b is a parameter of type double