Definition at line 178 of file STL.h.
◆ charcoalImage()
Magick::charcoalImage::charcoalImage |
( |
const double | radius_ = 1, |
|
|
const double | sigma_ = 0.5 ) |
Definition at line 147 of file STL.cpp.
148 : _radius( radius_ ),
149 _sigma( sigma_ )
150{
151}
◆ operator()()
void Magick::charcoalImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 152 of file STL.cpp.
153{
154 image_.charcoal( _radius, _sigma );
155}
◆ _radius
double Magick::charcoalImage::_radius |
|
private |
◆ _sigma
double Magick::charcoalImage::_sigma |
|
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