]> granicus.if.org Git - imagemagick/commitdiff
...
authorCristy <urban-warrior@imagemagick.org>
Wed, 27 Dec 2017 01:06:37 +0000 (20:06 -0500)
committerCristy <urban-warrior@imagemagick.org>
Wed, 27 Dec 2017 01:06:37 +0000 (20:06 -0500)
MagickCore/colorspace.h

index 0f3fec98cee5b040fd80a68c18b5c36ae5d1fd59..84779d7346a9b1b9949ea0cbcda87bb0d741db2f 100644 (file)
@@ -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