Definition at line 175 of file STL.h.
◆ charcoalImage()
| Magick::charcoalImage::charcoalImage |
( |
const double | radius_ = 1, |
|
|
const double | sigma_ = 0.5 ) |
Definition at line 142 of file STL.cpp.
143 : _radius( radius_ ),
144 _sigma( sigma_ )
145{
146}
◆ operator()()
| void Magick::charcoalImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 147 of file STL.cpp.
148{
149 image_.charcoal( _radius, _sigma );
150}
◆ _radius
| double Magick::charcoalImage::_radius |
|
private |
◆ _sigma
| double Magick::charcoalImage::_sigma |
|
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