Magick++ 7.1.2
Loading...
Searching...
No Matches
Magick::haldClutImage Class Reference
Collaboration diagram for Magick::haldClutImage:

Public Member Functions

 haldClutImage (const Image &haldClutImage_)
void operator() (Image &image_) const

Private Attributes

Image _haldClutImage

Detailed Description

Definition at line 606 of file STL.h.

Constructor & Destructor Documentation

◆ haldClutImage()

Magick::haldClutImage::haldClutImage ( const Image & haldClutImage_)

Definition at line 589 of file STL.cpp.

590 : _haldClutImage ( haldClutImage_ )
591{
592}

Member Function Documentation

◆ operator()()

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

Definition at line 593 of file STL.cpp.

594{
595 image_.haldClut( _haldClutImage );
596}

Member Data Documentation

◆ _haldClutImage

Image Magick::haldClutImage::_haldClutImage
private

Definition at line 614 of file STL.h.


The documentation for this class was generated from the following files:
  • ImageMagick-7/Magick++/lib/Magick++/STL.h
  • ImageMagick-7/Magick++/lib/STL.cpp