Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:gamma

2241           gamma;
2290 gamma=1.0/count;
2291 mean_location.x=gamma*sum_location.x;
2292 mean_location.y=gamma*sum_location.y;
2293 mean_pixel.red=gamma*sum_pixel.red;
2294 mean_pixel.green=gamma*sum_pixel.green;
2295 mean_pixel.blue=gamma*sum_pixel.blue;
2296 mean_pixel.alpha=gamma*sum_pixel.alpha;