Definition at line 1135 of file STL.h.
◆ strokeColorImage()
Magick::strokeColorImage::strokeColorImage |
( |
const Color & | strokeColor_ | ) |
|
Definition at line 1058 of file STL.cpp.
1059 : _strokeColor( strokeColor_ )
1060{
1061}
◆ operator()()
void Magick::strokeColorImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1062 of file STL.cpp.
1063{
1064 image_.strokeColor( _strokeColor );
1065}
◆ _strokeColor
Color Magick::strokeColorImage::_strokeColor |
|
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