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

Public Member Functions

 negateImage (const bool grayscale_=false)
 
void operator() (Image &image_) const
 

Private Attributes

bool _grayscale
 

Detailed Description

Definition at line 763 of file STL.h.

Constructor & Destructor Documentation

◆ negateImage()

Magick::negateImage::negateImage ( const bool  grayscale_ = false)

Definition at line 711 of file STL.cpp.

712 : _grayscale( grayscale_ )
713{
714}

Member Function Documentation

◆ operator()()

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

Definition at line 715 of file STL.cpp.

716{
717 image_.negate( _grayscale );
718}

Member Data Documentation

◆ _grayscale

bool Magick::negateImage::_grayscale
private

Definition at line 771 of file STL.h.


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