예제 #1
0
파일: STL.cpp 프로젝트: 0xPr0xy/ImageMagick
void Magick::opacityImage::operator()( Magick::Image &image_ ) const
{
  image_.opacity( _opacity );
}