Home | History | Annotate | Download | only in lib

Lines Matching refs:quantizeDither

1276 void Magick::Image::quantizeDither(const bool ditherFlag_)
1279 options()->quantizeDither(ditherFlag_);
1282 bool Magick::Image::quantizeDither(void) const
1284 return(constOptions()->quantizeDither());
3509 options()->quantizeDither(dither_);