Magick++ 6.9.13
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 590 of file STL.h.

Constructor & Destructor Documentation

◆ haldClutImage()

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

Definition at line 579 of file STL.cpp.

580 : _haldClutImage ( haldClutImage_ )
581{
582}

Member Function Documentation

◆ operator()()

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

Definition at line 583 of file STL.cpp.

584{
585 image_.haldClut( _haldClutImage );
586}

Member Data Documentation

◆ _haldClutImage

Image Magick::haldClutImage::_haldClutImage
private

Definition at line 598 of file STL.h.


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