&red,&green,&blue);
break;
}
+ case HCLpColorspace:
+ {
+ ModulateHCLp(percent_hue,percent_saturation,percent_brightness,
+ &red,&green,&blue);
+ break;
+ }
case HSBColorspace:
{
ModulateHSB(percent_hue,percent_saturation,percent_brightness,
{
#if defined(MAGICKCORE_WINDOWS_SUPPORT)
OutputDebugString(text);
+ OutputDebugString("\n");
#endif
}
if ((log_info->handler_mask & EventHandler) != 0)
*datum;
assert(path != (char *) NULL);
- (void) LogMagickEvent(ResourceEvent,GetMagickModule(),"%s",path);
+ (void) LogMagickEvent(ResourceEvent,GetMagickModule(),"...");
if (random_info == (RandomInfo *) NULL)
random_info=AcquireRandomInfo();
file=(-1);