MagickSetImageRenderingIntent
MagickSetImageRenderingIntent -- sets the image rendering intent of the current active image
Description
bool MagickSetImageRenderingIntent( MagickWand mgck_wnd, int rendering_intent )
Sets the image rendering intent of the current active image. Returns TRUE on success, FALSE, if an error occurred. rendering_intent must be a RenderingIntent constant, one of the following: MW_SaturationIntent MW_PerceptualIntent MW_AbsoluteIntent MW_RelativeIntent
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| rendering_intent | A RenderingIntent constant |