Definition at line 1750 of file STL.h.
◆ renderingIntentImage()
| Magick::renderingIntentImage::renderingIntentImage |
( |
const RenderingIntent | renderingIntent_ | ) |
|
Definition at line 1602 of file STL.cpp.
1603 : _renderingIntent( renderingIntent_ )
1604{
1605}
◆ operator()()
| void Magick::renderingIntentImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 1606 of file STL.cpp.
1607{
1608 image_.renderingIntent( _renderingIntent );
1609}
◆ _renderingIntent
| RenderingIntent Magick::renderingIntentImage::_renderingIntent |
|
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