Definition at line 1614 of file STL.h.
◆ matteColorImage()
Magick::matteColorImage::matteColorImage |
( |
const Color & | matteColor_ | ) |
|
Definition at line 1490 of file STL.cpp.
1491 : _matteColor( matteColor_ )
1492{
1493}
◆ operator()()
void Magick::matteColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1494 of file STL.cpp.
1495{
1496 image_.matteColor( _matteColor );
1497}
◆ _matteColor
Color Magick::matteColorImage::_matteColor |
|
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