Magick++ 6.9.13
Loading...
Searching...
No Matches
Magick::opacityImage Class Reference
Collaboration diagram for Magick::opacityImage:

Public Member Functions

 opacityImage (const unsigned int opacity_)
 
void operator() (Image &image_) const
 

Private Attributes

unsigned int _opacity
 

Detailed Description

Definition at line 826 of file STL.h.

Constructor & Destructor Documentation

◆ opacityImage()

Magick::opacityImage::opacityImage ( const unsigned int opacity_)

Definition at line 780 of file STL.cpp.

781 : _opacity( opacity_ )
782{
783}

Member Function Documentation

◆ operator()()

void Magick::opacityImage::operator() ( Magick::Image & image_) const

Definition at line 784 of file STL.cpp.

785{
786 image_.opacity( _opacity );
787}

Member Data Documentation

◆ _opacity

unsigned int Magick::opacityImage::_opacity
private

Definition at line 834 of file STL.h.


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