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

Public Member Functions

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

Private Attributes

bool _grayscale

Detailed Description

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}

Field 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: