]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 3 Feb 2011 02:08:56 +0000 (02:08 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 3 Feb 2011 02:08:56 +0000 (02:08 +0000)
Magick++/demo/shapes.cpp

index 8ad5848177de7c76eaa636b7205b23087ef7c4bb..9dddc5dae6bca3493551a7a9e9cf147d5254eb58 100644 (file)
@@ -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" );
 
     //