Definition at line 1561 of file STL.h.
◆ matteColorImage()
Magick::matteColorImage::matteColorImage |
( |
const Color & | matteColor_ | ) |
|
Definition at line 1430 of file STL.cpp.
1431 : _matteColor( matteColor_ )
1432{
1433}
◆ operator()()
void Magick::matteColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1434 of file STL.cpp.
1435{
1436 image_.matteColor( _matteColor );
1437}
◆ _matteColor
Color Magick::matteColorImage::_matteColor |
|
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