From 50666310ad7ab8e07037cb72cdab27b07540e150 Mon Sep 17 00:00:00 2001 From: dirk Date: Sat, 10 Aug 2013 12:13:30 +0000 Subject: [PATCH] Comment fix. --- Magick++/lib/Magick++/Image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Magick++/lib/Magick++/Image.h b/Magick++/lib/Magick++/Image.h index d755f53ea..24b909774 100644 --- a/Magick++/lib/Magick++/Image.h +++ b/Magick++/lib/Magick++/Image.h @@ -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_, -- 2.40.0