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

Public Member Functions

 cycleColormapImage (const ::ssize_t amount_)
 
void operator() (Image &image_) const
 

Private Attributes

::ssize_t _amount
 

Detailed Description

Definition at line 321 of file STL.h.

Constructor & Destructor Documentation

◆ cycleColormapImage()

Magick::cycleColormapImage::cycleColormapImage ( const ::ssize_t amount_)

Definition at line 278 of file STL.cpp.

279 : _amount( amount_ )
280{
281}

Member Function Documentation

◆ operator()()

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

Definition at line 282 of file STL.cpp.

283{
284 image_.cycleColormap( _amount );
285}

Member Data Documentation

◆ _amount

::ssize_t Magick::cycleColormapImage::_amount
private

Definition at line 329 of file STL.h.


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