From 908a0004c30aade661256ab433bdbe5c4dbce23c Mon Sep 17 00:00:00 2001 From: cristy Date: Sun, 28 Aug 2011 00:13:39 +0000 Subject: [PATCH] --- MagickCore/paint.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: % -- 2.50.1