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

Constructor & Destructor Documentation

◆ spreadImage()

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

Definition at line 1051 of file STL.cpp.

1052 : _amount( amount_ )
1053{
1054}

Member Function Documentation

◆ operator()()

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

Definition at line 1055 of file STL.cpp.

1056{
1057 image_.spread( _amount );
1058}

Member Data Documentation

◆ _amount

size_t Magick::spreadImage::_amount
private

Definition at line 1123 of file STL.h.


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