Definition at line 166 of file STL.h.
◆channelImage()
| Magick::channelImage::channelImage |
( |
const ChannelType |
channel_ | ) |
|
Definition at line 137 of file STL.cpp.
138 : _channel( channel_ )
139{
140}
◆operator()()
| void Magick::channelImage::operator() |
( |
Magick::Image & |
image_ | ) |
const |
Definition at line 141 of file STL.cpp.
142{
143 image_.channel( _channel );
144}
◆_channel
| ChannelType Magick::channelImage::_channel |
|
private |
The documentation for this class was generated from the following files:
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/Magick++/STL.h
- /root/im/imagemagick-7.1.1.43+dfsg1/Magick++/lib/STL.cpp