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

Public Member Functions

 alphaFlagImage (const bool alphaFlag_)
 
void operator() (Image &image_) const
 

Private Attributes

bool _alphaFlag
 

Detailed Description

Constructor & Destructor Documentation

◆ alphaFlagImage()

Magick::alphaFlagImage::alphaFlagImage ( const bool  alphaFlag_)

Definition at line 1420 of file STL.cpp.

1421 : _alphaFlag( alphaFlag_ )
1422{
1423}

Member Function Documentation

◆ operator()()

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

Definition at line 1424 of file STL.cpp.

1425{
1426 image_.alpha( _alphaFlag );
1427}

Field Documentation

◆ _alphaFlag

bool Magick::alphaFlagImage::_alphaFlag
private

Definition at line 1557 of file STL.h.


The documentation for this class was generated from the following files:
  • /build/reproducible-path/imagemagick-7.1.1.47+dfsg1/Magick++/lib/Magick++/STL.h
  • /build/reproducible-path/imagemagick-7.1.1.47+dfsg1/Magick++/lib/STL.cpp