MagickColorizeImage
MagickColorizeImage -- blends the fill color with each pixel in the current active image
Description
bool MagickColorizeImage( MagickWand mgck_wnd, PixelWand colorize, PixelWand opacity_pxl_wnd )
Blends the fill color with each pixel in the current active image.
A description of each parameter follows:
| mgck_wnd | A MagickWand resource |
| colorize | The colorize PixelWand |
| opacity_pxl_wnd | The opacity PixelWand |