Definition at line 826 of file STL.h.
◆ opacityImage()
Magick::opacityImage::opacityImage |
( |
const unsigned int | opacity_ | ) |
|
Definition at line 780 of file STL.cpp.
781 : _opacity( opacity_ )
782{
783}
◆ operator()()
void Magick::opacityImage::operator() |
( |
Magick::Image & | image_ | ) |
const |
Definition at line 784 of file STL.cpp.
785{
786 image_.opacity( _opacity );
787}
◆ _opacity
unsigned int Magick::opacityImage::_opacity |
|
private |
The documentation for this class was generated from the following files:
- ImageMagick-6/Magick++/lib/Magick++/STL.h
- ImageMagick-6/Magick++/lib/STL.cpp