]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 20:26:38 +0000 (20:26 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 6 May 2013 20:26:38 +0000 (20:26 +0000)
MagickCore/enhance.c

index d72338a60d60bb1f5ab25c1b5028ea4191146495..23ca341e8e4c7a92c605c0b7b39ca947d1b4cef1 100644 (file)
@@ -3240,13 +3240,13 @@ MagickExport MagickBooleanType ModulateImage(Image *image,const char *modulate,
             &red,&green,&blue);
           break;
         }
+        case LCHColorspace:
         case LCHabColorspace:
         {
           ModulateLCHab(percent_brightness,percent_saturation,percent_hue,
             &red,&green,&blue);
           break;
         }
-        case LCHColorspace:
         case LCHuvColorspace:
         {
           ModulateLCHuv(percent_brightness,percent_saturation,percent_hue,