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