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