Definition at line 808 of file STL.h.
◆ oilPaintImage()
| Magick::oilPaintImage::oilPaintImage |
( |
const double | radius_ = 3 | ) |
|
Definition at line 765 of file STL.cpp.
766 : _radius( radius_ )
767{
768}
◆ operator()()
| void Magick::oilPaintImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 769 of file STL.cpp.
770{
771 image_.oilPaint( _radius );
772}
◆ _radius
| double Magick::oilPaintImage::_radius |
|
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