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
Converts a color represented in Lab color space into an ARGB integer.
the ARGB representation of the color
the L* component of the color
the a* component of the color
the b* component of the color