]> granicus.if.org Git - imagemagick/commitdiff
Comment fix.
authordirk <dirk@git.imagemagick.org>
Sat, 10 Aug 2013 12:13:30 +0000 (12:13 +0000)
committerdirk <dirk@git.imagemagick.org>
Sat, 10 Aug 2013 12:13:30 +0000 (12:13 +0000)
Magick++/lib/Magick++/Image.h

index d755f53ea8b0718ebb4fcf243f4d1e669ec9c15c..24b9097741b44f5ad48fec0d1d67e66849359eea 100644 (file)
@@ -868,7 +868,7 @@ namespace Magick
     void            wave ( const double amplitude_ = 25.0,
                            const double wavelength_ = 150.0 );
 
-    // Forces all pixels below the threshold into black while leaving all
+    // Forces all pixels above the threshold into white while leaving all
     // pixels at or below the threshold unchanged.
     void            whiteThreshold ( const std::string &threshold_ );
     void            whiteThresholdChannel ( const ChannelType channel_,