Definition at line 250 of file STL.h.
◆ colorSpaceImage()
| Magick::colorSpaceImage::colorSpaceImage |
( |
ColorspaceType | colorSpace_ | ) |
|
Definition at line 212 of file STL.cpp.
213 : _colorSpace( colorSpace_ )
214{
215}
◆ operator()()
| void Magick::colorSpaceImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 216 of file STL.cpp.
217{
218 image_.colorSpace( _colorSpace );
219}
◆ _colorSpace
| ColorspaceType Magick::colorSpaceImage::_colorSpace |
|
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