Beispiel #1
0
void Magick::opacityImage::operator()( Magick::Image &image_ ) const
{
  image_.opacity( _opacity );
}