From 39827f5cb20eb3ef511ce1a39e40c73de2cac482 Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sun, 19 May 2019 21:31:57 +0200 Subject: [PATCH] Corrected comments. --- MagickCore/threshold.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MagickCore/threshold.c b/MagickCore/threshold.c index 668f52be0..f55aeca64 100644 --- a/MagickCore/threshold.c +++ b/MagickCore/threshold.c @@ -2147,11 +2147,11 @@ MagickExport MagickBooleanType RandomThresholdImage(Image *image, % % o low_black: Define the minimum threshold value. % -% o low_white: Define the maximum threshold value. +% o low_white: Define the minimum threshold value. % -% o high_white: Define the minimum threshold value. +% o high_white: Define the maximum threshold value. % -% o low_white: Define the maximum threshold value. +% o high_black: Define the maximum threshold value. % % o exception: return any errors or warnings in this structure. % -- 2.40.0