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

Public Member Functions

 colorFuzzImage (const double fuzz_)
 
void operator() (Image &image_) const
 

Private Attributes

double _fuzz
 

Detailed Description

Definition at line 1378 of file STL.h.

Constructor & Destructor Documentation

◆ colorFuzzImage()

Magick::colorFuzzImage::colorFuzzImage ( const double  fuzz_)

Definition at line 1276 of file STL.cpp.

1277 : _fuzz( fuzz_ )
1278{
1279}

Member Function Documentation

◆ operator()()

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

Definition at line 1280 of file STL.cpp.

1281{
1282 image_.colorFuzz( _fuzz );
1283}

Member Data Documentation

◆ _fuzz

double Magick::colorFuzzImage::_fuzz
private

Definition at line 1386 of file STL.h.


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