From 13354f128fa8d80a53fa34160f27740c11bd9d17 Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 26 Dec 2017 20:06:37 -0500 Subject: [PATCH] ... --- MagickCore/colorspace.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/MagickCore/colorspace.h b/MagickCore/colorspace.h index 0f3fec98c..84779d734 100644 --- a/MagickCore/colorspace.h +++ b/MagickCore/colorspace.h @@ -27,7 +27,7 @@ typedef enum UndefinedColorspace, CMYColorspace, /* negated linear RGB colorspace */ CMYKColorspace, /* CMY with Black separation */ - GRAYColorspace, /* Single Channel greyscale (linear) image */ + GRAYColorspace, /* Single Channel greyscale (non-linear) image */ HCLColorspace, HCLpColorspace, HSBColorspace, @@ -57,7 +57,7 @@ typedef enum YIQColorspace, YPbPrColorspace, YUVColorspace, - LinearGRAYColorspace + LinearGRAYColorspace /* Single Channel greyscale (linear) image */ } ColorspaceType; extern MagickExport ColorspaceType -- 2.40.0