From: Cristy <urban-warrior@imagemagick.org>
Date: Wed, 15 Aug 2018 00:17:26 +0000 (-0400)
Subject: ...
X-Git-Tag: 7.0.8-11~79
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72f247599dff7e9a055ffbc09ac3dc8c59ce2afc;p=imagemagick

...
---

diff --git a/PerlMagick/Magick.xs b/PerlMagick/Magick.xs
index 607ffde17..ea1ea2e31 100644
--- a/PerlMagick/Magick.xs
+++ b/PerlMagick/Magick.xs
@@ -567,8 +567,8 @@ static struct
     { "Colorspace", { {"colorspace", MagickColorspaceOptions} } },
     { "AutoThreshold", { {"method", MagickAutoThresholdOptions} } },
     { "RangeThreshold", { {"geometry", StringReference},
-      {"low-soft", RealReference}, {"high-soft", RealReference},
-      {"low-hard", RealReference}, {"high-hard", RealReference},
+      {"low-black", RealReference}, {"low-white", RealReference},
+      {"high-white", RealReference}, {"high-black", RealReference},
       {"channel", MagickChannelOptions} } },
   };
 
diff --git a/PerlMagick/quantum/quantum.xs.in b/PerlMagick/quantum/quantum.xs.in
index 2f62b867f..14858fbed 100644
--- a/PerlMagick/quantum/quantum.xs.in
+++ b/PerlMagick/quantum/quantum.xs.in
@@ -567,8 +567,8 @@ static struct
     { "Colorspace", { {"colorspace", MagickColorspaceOptions} } },
     { "AutoThreshold", { {"method", MagickAutoThresholdOptions} } },
     { "RangeThreshold", { {"geometry", StringReference},
-      {"low-soft", RealReference}, {"high-soft", RealReference},
-      {"low-hard", RealReference}, {"high-hard", RealReference},
+      {"low-black", RealReference}, {"low-white", RealReference},
+      {"high-white", RealReference}, {"high-black", RealReference},
       {"channel", MagickChannelOptions} } },
   };