Convert color from LAB to RGBA.
Color LabToColor(const float L, const float A, const float B, const float a);