]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Fri, 17 Aug 2012 17:21:33 +0000 (17:21 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Fri, 17 Aug 2012 17:21:33 +0000 (17:21 +0000)
MagickCore/enhance.c

index 7e9a72980f4d7886171a25b90711eabbacd15b3a..31dd207090fc08f9c61c75055ce5e221377d54f8 100644 (file)
@@ -2980,6 +2980,12 @@ MagickExport MagickBooleanType ModulateImage(Image *image,const char *modulate,
       blue=(double) GetPixelBlue(image,q);
       switch (colorspace)
       {
+        case HCLColorspace:
+        {
+          ModulateHCL(percent_hue,percent_saturation,percent_brightness,
+            &red,&green,&blue);
+          break;
+        }
         case HSBColorspace:
         {
           ModulateHSB(percent_hue,percent_saturation,percent_brightness,