Content


NTL
Core
LabToRGB

LabToRGB


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);
Namespace: nitisa
Include: Nitisa/Image/Color.h