Definition at line 606 of file STL.h.
◆ haldClutImage()
Magick::haldClutImage::haldClutImage |
( |
const Image & | haldClutImage_ | ) |
|
Definition at line 589 of file STL.cpp.
590 : _haldClutImage ( haldClutImage_ )
591{
592}
◆ operator()()
void Magick::haldClutImage::operator() |
( |
Image & | image_ | ) |
const |
Definition at line 593 of file STL.cpp.
594{
595 image_.haldClut( _haldClutImage );
596}
◆ _haldClutImage
Image Magick::haldClutImage::_haldClutImage |
|
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