Loading...
Searching...
No Matches
Magick::channelImage Class Reference

Public Member Functions

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

Private Attributes

ChannelType _channel
 

Detailed Description

Constructor & Destructor Documentation

◆ channelImage()

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

Definition at line 137 of file STL.cpp.

138 : _channel( channel_ )
139{
140}

Member Function Documentation

◆ operator()()

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

Definition at line 141 of file STL.cpp.

142{
143 image_.channel( _channel );
144}

Field Documentation

◆ _channel

ChannelType Magick::channelImage::_channel
private

Definition at line 174 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/reproducible-path/imagemagick-7.1.1.46+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.46+dfsg1/Magick++/lib/STL.cpp