commit | c8dd3c81feb29e7f29814ef121444b10074d1980 | [log] [tgz] |
---|---|---|
author | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 15 19:40:55 2009 +0000 |
committer | cristy <urban-warrior@git.imagemagick.org> | Thu Oct 15 19:40:55 2009 +0000 |
tree | 159a645972fd79b2d22652b09a9e4ba0c4dd0eb0 | |
parent | a0242abb3af2562e1943efe8739ff28c2f5b73bd [diff] [blame] |
diff --git a/Magick++/lib/STL.cpp b/Magick++/lib/STL.cpp index cbc96f2..435ff75 100644 --- a/Magick++/lib/STL.cpp +++ b/Magick++/lib/STL.cpp
@@ -885,7 +885,7 @@ } void Magick::shadeImage::operator()( Magick::Image &image_ ) const { - image_.shade( _clusterThreshold, _smoothingThreshold ); + image_.shade( _azimuth, _elevation, _colorShading ); } // Sharpen pixels in image