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

Constructor & Destructor Documentation

◆ colorFuzzImage()

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

Definition at line 1326 of file STL.cpp.

1327 : _fuzz( fuzz_ )
1328{
1329}

Member Function Documentation

◆ operator()()

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

Definition at line 1330 of file STL.cpp.

1331{
1332 image_.colorFuzz( _fuzz );
1333}

Member Data Documentation

◆ _fuzz

double Magick::colorFuzzImage::_fuzz
private

Definition at line 1427 of file STL.h.


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