Searched refs:DIV16BY116 (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libX11/dist/src/xcms/
H A DLab.c59 #define DIV16BY116 0.137931 macro
403 fY_Yn = (0.07787 * pColor->spec.CIEXYZ.Y) + DIV16BY116;
405 Lab_return.L_star = 116.0 * (fY_Yn - DIV16BY116);
414 fX_Xn = (0.07787 * fX_Xn) + DIV16BY116;
421 fZ_Zn = (0.07787 * fZ_Zn) + DIV16BY116;

Completed in 37 milliseconds