You are here

function theme_imagecache_colorshift in ImageCache Actions 5.2

Same name and namespace in other branches
  1. 5.3 imagecache_coloractions.module \theme_imagecache_colorshift()
  2. 6.2 coloractions/imagecache_coloractions.module \theme_imagecache_colorshift()
  3. 6 imagecache_coloractions.module \theme_imagecache_colorshift()

Implementation of theme_hook() for imagecache_ui.module

File

./imagecache_coloractions.module, line 72

Code

function theme_imagecache_colorshift($element) {
  $action = $element['#value'];
  return theme_canvasactions_rgb($action['RGB']);
}