Home | History | Annotate | Download | only in lib

Lines Matching refs:whitePoint_

2558   const double whitePoint_)
2562 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo);
2567 const double blackPoint_,const double whitePoint_)
2572 ContrastStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo);
3376 void Magick::Image::level(const double blackPoint_,const double whitePoint_,
3381 (void) LevelImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo);
3386 const double blackPoint_,const double whitePoint_,const double gamma_)
3391 (void) LevelImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo);
3432 void Magick::Image::levelize(const double blackPoint_,const double whitePoint_,
3437 (void) LevelizeImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo);
3442 const double blackPoint_,const double whitePoint_,const double gamma_)
3447 (void) LevelizeImage(image(),blackPoint_,whitePoint_,gamma_,exceptionInfo);
3453 const double whitePoint_)
3457 LinearStretchImage(image(),blackPoint_,whitePoint_,exceptionInfo);