argbFromLab

Converts a color represented in Lab color space into an ARGB integer.

Return

the ARGB representation of the color

Parameters

l

the L* component of the color

a

the a* component of the color

b

the b* component of the color