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

Public Member Functions

 alphaImage (const unsigned int alpha_)
void operator() (Image &image_) const

Private Attributes

unsigned int _alpha

Detailed Description

Constructor & Destructor Documentation

◆ alphaImage()

Magick::alphaImage::alphaImage ( const unsigned int alpha_)

Definition at line 746 of file STL.cpp.

747 : _alpha( alpha_ )
748{
749}

Member Function Documentation

◆ operator()()

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

Definition at line 750 of file STL.cpp.

751{
752 image_.alpha( _alpha );
753}

Field Documentation

◆ _alpha

unsigned int Magick::alphaImage::_alpha
private

Definition at line 813 of file STL.h.


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