Magick++ 7.1.2-28
Convert, Edit, Or Compose Bitmap Images
Loading...
Searching...
No Matches
Magick::quantizeDitherImage Class Reference

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}

Field 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:
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-28/Magick++/lib/Magick++/STL.h
  • /home/cristy/Attic/Build/ImageMagick-7.1.2/rpmbuild/BUILD/ImageMagick-7.1.2-build/ImageMagick-7.1.2-28/Magick++/lib/STL.cpp