Definition at line 805 of file STL.h.
◆ alphaImage()
Magick::alphaImage::alphaImage |
( |
const unsigned int |
alpha_ | ) |
|
Definition at line 746 of file STL.cpp.
747 : _alpha( alpha_ )
748{
749}
◆ operator()()
void Magick::alphaImage::operator() |
( |
Magick::Image & |
image_ | ) |
const |
Definition at line 750 of file STL.cpp.
751{
752 image_.alpha( _alpha );
753}
◆ _alpha
unsigned int Magick::alphaImage::_alpha |
|
private |
The documentation for this class was generated from the following files:
- /build/imagemagick-dmo-7.1.1.45+dmo/Magick++/lib/Magick++/STL.h
- /build/imagemagick-dmo-7.1.1.45+dmo/Magick++/lib/STL.cpp