Home | History | Annotate | Download | only in lib

Lines Matching refs:gamma_

3179 void Magick::Image::gamma(const double gamma_)
3183 GammaImage(image(),gamma_,exceptionInfo);
3377 const double gamma_)
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);
3433 const double gamma_)
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);