Home | History | Annotate | Download | only in lib

Lines Matching defs:quantizeDitherMethod

1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_)
1290 options()->quantizeDitherMethod(ditherMethod_);
1293 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const
1295 return(constOptions()->quantizeDitherMethod());