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

Public Member Functions

 spreadImage (const size_t amount_=3)
 
void operator() (Image &image_) const
 

Private Attributes

size_t _amount
 

Detailed Description

Definition at line 1098 of file STL.h.

Constructor & Destructor Documentation

◆ spreadImage()

Magick::spreadImage::spreadImage ( const size_t  amount_ = 3)

Definition at line 1027 of file STL.cpp.

1028 : _amount( amount_ )
1029{
1030}

Member Function Documentation

◆ operator()()

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

Definition at line 1031 of file STL.cpp.

1032{
1033 image_.spread( _amount );
1034}

Member Data Documentation

◆ _amount

size_t Magick::spreadImage::_amount
private

Definition at line 1106 of file STL.h.


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