Definition at line 1319 of file STL.h.
◆ backgroundColorImage()
Magick::backgroundColorImage::backgroundColorImage |
( |
const Color & | color_ | ) |
|
Definition at line 1239 of file STL.cpp.
1240 : _color( color_ )
1241{
1242}
◆ operator()()
void Magick::backgroundColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1243 of file STL.cpp.
1244{
1245 image_.backgroundColor( _color );
1246}
◆ _color
Color Magick::backgroundColorImage::_color |
|
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