Magick++ 7.1.1
Loading...
Searching...
No Matches
Magick::quantizeDitherImage Class Reference
Collaboration diagram for Magick::quantizeDitherImage:

Public Member Functions

 quantizeDitherImage (const bool ditherFlag_)
 
void operator() (Image &image_) const
 

Private Attributes

bool _ditherFlag
 

Detailed Description

Definition at line 1673 of file STL.h.

Constructor & Destructor Documentation

◆ quantizeDitherImage()

Magick::quantizeDitherImage::quantizeDitherImage ( const bool  ditherFlag_)

Definition at line 1503 of file STL.cpp.

1504 : _ditherFlag( ditherFlag_ )
1505{
1506}

Member Function Documentation

◆ operator()()

void Magick::quantizeDitherImage::operator() ( Magick::Image image_) const

Definition at line 1507 of file STL.cpp.

1508{
1509 image_.quantizeDither( _ditherFlag );
1510}

Member Data Documentation

◆ _ditherFlag

bool Magick::quantizeDitherImage::_ditherFlag
private

Definition at line 1681 of file STL.h.


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