You are here

function theme_imagecache_brightness in ImageCache Actions 6.2

Same name and namespace in other branches
  1. 5.3 imagecache_coloractions.module \theme_imagecache_brightness()
  2. 5.2 imagecache_coloractions.module \theme_imagecache_brightness()
  3. 6 imagecache_coloractions.module \theme_imagecache_brightness()

Implementation of theme_hook() for imagecache_ui.module

File

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

Code

function theme_imagecache_brightness($element) {
  return t("Adjust") . " : " . $element['#value']['filter_arg1'];
}