From: cristy Date: Fri, 17 Aug 2012 17:21:33 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~5117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab3c3271c2935dc559bfb4e0b0fd129acefa1806;p=imagemagick --- diff --git a/MagickCore/enhance.c b/MagickCore/enhance.c index 7e9a72980..31dd20709 100644 --- a/MagickCore/enhance.c +++ b/MagickCore/enhance.c @@ -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,