Definition at line 1331 of file STL.h.
◆ backgroundTextureImage()
Magick::backgroundTextureImage::backgroundTextureImage |
( |
const std::string & | backgroundTexture_ | ) |
|
Definition at line 1249 of file STL.cpp.
1250 : _backgroundTexture( backgroundTexture_ )
1251{
1252}
◆ operator()()
void Magick::backgroundTextureImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1253 of file STL.cpp.
1254{
1255 image_.backgroundTexture( _backgroundTexture );
1256}
◆ _backgroundTexture
std::string Magick::backgroundTextureImage::_backgroundTexture |
|
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