Home | History | Annotate | Download | only in lib

Lines Matching full:white_point

2243   image()->chromaticity.white_point.x=x_;
2244 image()->chromaticity.white_point.y=y_;
2245 image()->chromaticity.white_point.z=z_;
2250 *x_=constImage()->chromaticity.white_point.x;
2251 *y_=constImage()->chromaticity.white_point.y;
2252 *z_=constImage()->chromaticity.white_point.z;