This document is archived and information here might be outdated. Recommended version. |
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(
System.Double* l,
System.Double* a,
System.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*