Definition at line 787 of file STL.h.
◆ oilPaintImage()
Magick::oilPaintImage::oilPaintImage |
( |
const double | radius_ = 3 | ) |
|
Definition at line 731 of file STL.cpp.
732 : _radius( radius_ )
733{
734}
◆ operator()()
void Magick::oilPaintImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 735 of file STL.cpp.
736{
737 image_.oilPaint( _radius );
738}
◆ _radius
double Magick::oilPaintImage::_radius |
|
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