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

Public Member Functions

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

Private Attributes

Image _haldClutImage
 

Detailed Description

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}

Field 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:
  • /build/reproducible-path/imagemagick-7.1.1.47+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.47+dfsg1/Magick++/lib/STL.cpp