Home | History | Annotate | Download | only in libtiff

Lines Matching refs:whitePoint

2237 	float   *whitePoint;
2250 TIFFGetFieldDefaulted(img->tif, TIFFTAG_WHITEPOINT, &whitePoint);
2252 refWhite[0] = whitePoint[0] / whitePoint[1] * refWhite[1];
2253 refWhite[2] = (1.0F - whitePoint[0] - whitePoint[1])
2254 / whitePoint[1] * refWhite[1];