Definition at line 1673 of file STL.h.
◆ quantizeDitherImage()
Magick::quantizeDitherImage::quantizeDitherImage |
( |
const bool | ditherFlag_ | ) |
|
Definition at line 1503 of file STL.cpp.
1504 : _ditherFlag( ditherFlag_ )
1505{
1506}
◆ operator()()
void Magick::quantizeDitherImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1507 of file STL.cpp.
1508{
1509 image_.quantizeDither( _ditherFlag );
1510}
◆ _ditherFlag
bool Magick::quantizeDitherImage::_ditherFlag |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-7/Magick++/lib/Magick++/STL.h
- ImageMagick-7/Magick++/lib/STL.cpp