Searched defs:quantizeDitherMethod (Results 1 - 2 of 2) sorted by relevance

/external/ImageMagick/Magick++/lib/
H A DOptions.cpp479 void Magick::Options::quantizeDitherMethod(const DitherMethod ditherMethod_) function in class:Magick::Options
484 MagickCore::DitherMethod Magick::Options::quantizeDitherMethod(void) const function in class:Magick::Options
H A DImage.cpp1287 void Magick::Image::quantizeDitherMethod(const DitherMethod ditherMethod_) function in class:Magick::Image
1290 options()->quantizeDitherMethod(ditherMethod_);
1293 MagickCore::DitherMethod Magick::Image::quantizeDitherMethod(void) const function in class:Magick::Image
1295 return(constOptions()->quantizeDitherMethod());

Completed in 202 milliseconds