Definition at line 1274 of file STL.h.
◆ backgroundColorImage()
Magick::backgroundColorImage::backgroundColorImage |
( |
const Color & | color_ | ) |
|
Definition at line 1185 of file STL.cpp.
1186 : _color( color_ )
1187{
1188}
◆ operator()()
void Magick::backgroundColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1189 of file STL.cpp.
1190{
1191 image_.backgroundColor( _color );
1192}
◆ _color
Color Magick::backgroundColorImage::_color |
|
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