The CIELAB value of color.
[Visual Basic 6.0] Sub GetCIELAB(
l As Double, _
a As Double, _
b As Double _
)
[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 );
[Java] public void getCIELAB ( double l, double a, double b ) throws IOException, AutomationException
[C++]
HRESULT GetCIELAB(
double* l,
double* a,
double* b
);
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