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