Convert color from LAB to RGB color space.
void LabToRGB(const float L, const float A, const float B, float &r, float &g, float &b);