Definition at line 1286 of file STL.h.
◆ backgroundTextureImage()
Magick::backgroundTextureImage::backgroundTextureImage |
( |
const std::string & | backgroundTexture_ | ) |
|
Definition at line 1195 of file STL.cpp.
1196 : _backgroundTexture( backgroundTexture_ )
1197{
1198}
◆ operator()()
void Magick::backgroundTextureImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1199 of file STL.cpp.
1200{
1201 image_.backgroundTexture( _backgroundTexture );
1202}
◆ _backgroundTexture
std::string Magick::backgroundTextureImage::_backgroundTexture |
|
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