Definition at line 696 of file STL.h.
◆ mapImage()
Magick::mapImage::mapImage |
( |
const Image & | mapImage_, |
|
|
const bool | dither_ = false ) |
Definition at line 664 of file STL.cpp.
666 : _mapImage( mapImage_ ),
667 _dither( dither_ )
668{
669}
◆ operator()()
void Magick::mapImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 670 of file STL.cpp.
671{
672 image_.map( _mapImage, _dither );
673}
◆ _dither
bool Magick::mapImage::_dither |
|
private |
◆ _mapImage
Image Magick::mapImage::_mapImage |
|
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