From: cristy Date: Sun, 28 Aug 2011 00:13:39 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~7133 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=908a0004c30aade661256ab433bdbe5c4dbce23c;p=imagemagick --- diff --git a/MagickCore/paint.c b/MagickCore/paint.c index 819c1bead..4d9ffeb68 100644 --- a/MagickCore/paint.c +++ b/MagickCore/paint.c @@ -73,12 +73,12 @@ % specified, the color value is changed for any neighbor pixel that does not % match the bordercolor member of image. % -% By default target must match a particular pixel color exactly. -% However, in many cases two colors may differ by a small amount. The -% fuzz member of image defines how much tolerance is acceptable to -% consider two colors as the same. For example, set fuzz to 10 and the -% color red at intensities of 100 and 102 respectively are now -% interpreted as the same color for the purposes of the floodfill. +% By default target must match a particular pixel color exactly. However, +% in many cases two colors may differ by a small amount. The fuzz member of +% image defines how much tolerance is acceptable to consider two colors as +% the same. For example, set fuzz to 10 and the color red at intensities of +% 100 and 102 respectively are now interpreted as the same color for the +% purposes of the floodfill. % % The format of the FloodfillPaintImage method is: %