You are here

function theme_imagecache_coloroverlay in ImageCache Actions 6.2

Implementation of theme_hook() for imagecache_ui.module

File

coloractions/imagecache_coloractions.module, line 192
Additional actions for imagecache processing.

Code

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