Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::channelImage Class Reference
Collaboration diagram for Magick::channelImage:

Public Member Functions

 channelImage (const ChannelType channel_)
 
void operator() (Image &image_) const
 

Private Attributes

ChannelType _channel
 

Detailed Description

Definition at line 163 of file STL.h.

Constructor & Destructor Documentation

◆ channelImage()

Magick::channelImage::channelImage ( const ChannelType channel_)

Definition at line 132 of file STL.cpp.

133 : _channel( channel_ )
134{
135}

Member Function Documentation

◆ operator()()

void Magick::channelImage::operator() ( Magick::Image & image_) const

Definition at line 136 of file STL.cpp.

137{
138 image_.channel( _channel );
139}

Member Data Documentation

◆ _channel

ChannelType Magick::channelImage::_channel
private

Definition at line 171 of file STL.h.


The documentation for this class was generated from the following files: