Definition at line 253 of file STL.h.
◆ colorSpaceImage()
Magick::colorSpaceImage::colorSpaceImage |
( |
Magick::ColorspaceType | colorSpace_ | ) |
|
Definition at line 217 of file STL.cpp.
218 : _colorSpace( colorSpace_ )
219{
220}
◆ operator()()
void Magick::colorSpaceImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 221 of file STL.cpp.
222{
223 image_.colorSpace( _colorSpace );
224}
◆ _colorSpace
ColorspaceType Magick::colorSpaceImage::_colorSpace |
|
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