From: cristy Date: Thu, 3 Feb 2011 02:08:56 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8230 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f430c8b19cb73c760801307abffc9b9ff8b60a72;p=imagemagick --- diff --git a/Magick++/demo/shapes.cpp b/Magick++/demo/shapes.cpp index 8ad584817..9dddc5dae 100644 --- a/Magick++/demo/shapes.cpp +++ b/Magick++/demo/shapes.cpp @@ -76,7 +76,7 @@ int main( int /*argc*/, char ** argv) // // Floodfill object with blue // - image.colorFuzz( 0.8*QuantumRange ); + image.colorFuzz( 0.5*QuantumRange ); image.floodFillColor( "+132+62", "blue" ); //