Definition at line 1726 of file STL.h.
◆ quantizeDitherImage()
| Magick::quantizeDitherImage::quantizeDitherImage |
( |
const bool | ditherFlag_ | ) |
|
Definition at line 1583 of file STL.cpp.
1584 : _ditherFlag( ditherFlag_ )
1585{
1586}
◆ operator()()
| void Magick::quantizeDitherImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1587 of file STL.cpp.
1588{
1589 image_.quantizeDither( _ditherFlag );
1590}
◆ _ditherFlag
| bool Magick::quantizeDitherImage::_ditherFlag |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp