You are here

function imagick_colorshift_defaults in Imagick 7

Returns the default settings of this effect.

1 call to imagick_colorshift_defaults()
imagick_colorshift_form in effects/imagick.colorshift.inc
Settings form for the imagick colorshift effect.
1 string reference to 'imagick_colorshift_defaults'
imagick_image_effect_info in ./imagick.module
Implements hook_image_effect_info()

File

effects/imagick.colorshift.inc, line 54

Code

function imagick_colorshift_defaults() {
  return array(
    'HEX' => '#FF2E2E',
  );
}