Searched refs:whitePoint (Results 1 – 1 of 1) sorted by relevance
2275 float *whitePoint; in initCIELabConversion() local2288 TIFFGetFieldDefaulted(img->tif, TIFFTAG_WHITEPOINT, &whitePoint); in initCIELabConversion()2290 refWhite[0] = whitePoint[0] / whitePoint[1] * refWhite[1]; in initCIELabConversion()2291 refWhite[2] = (1.0F - whitePoint[0] - whitePoint[1]) in initCIELabConversion()2292 / whitePoint[1] * refWhite[1]; in initCIELabConversion()