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

Public Member Functions

 mapImage (const Image &mapImage_, const bool dither_=false)
 
void operator() (Image &image_) const
 

Private Attributes

Image _mapImage
 
bool _dither
 

Detailed Description

Definition at line 698 of file STL.h.

Constructor & Destructor Documentation

◆ mapImage()

Magick::mapImage::mapImage ( const Image & mapImage_,
const bool dither_ = false )

Definition at line 670 of file STL.cpp.

672 : _mapImage( mapImage_ ),
673 _dither( dither_ )
674{
675}

Member Function Documentation

◆ operator()()

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

Definition at line 676 of file STL.cpp.

677{
678 image_.map( _mapImage, _dither );
679}

Member Data Documentation

◆ _dither

bool Magick::mapImage::_dither
private

Definition at line 708 of file STL.h.

◆ _mapImage

Image Magick::mapImage::_mapImage
private

Definition at line 707 of file STL.h.


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