function imagick_coloroverlay_alpha in Imagick 7
Implements the imagick color overlay with alpha effect.
Parameters
$image: An image object
array $data: The data passed from the form
1 string reference to 'imagick_coloroverlay_alpha'
- imagick_image_effect_info in ./
imagick.module - Implements hook_image_effect_info()
File
- effects/
imagick.coloroverlay.inc, line 69
Code
function imagick_coloroverlay_alpha($image, $data = array()) {
image_toolkit_invoke('coloroverlay_alpha', $image, $data);
}