Definition at line 1152 of file STL.h.
◆ strokeColorImage()
| Magick::strokeColorImage::strokeColorImage |
( |
const Color & | strokeColor_ | ) |
|
Definition at line 1082 of file STL.cpp.
1083 : _strokeColor( strokeColor_ )
1084{
1085}
◆ operator()()
| void Magick::strokeColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1086 of file STL.cpp.
1087{
1088 image_.strokeColor( _strokeColor );
1089}
◆ _strokeColor
| Color Magick::strokeColorImage::_strokeColor |
|
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