Loading...
Searching...
No Matches
Magick::spreadImage Class Reference

Public Member Functions

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

Private Attributes

size_t _amount
 

Detailed Description

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}

Field 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:
  • /build/reproducible-path/imagemagick-7.1.1.33+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.33+dfsg1/Magick++/lib/STL.cpp