You are here

function theme_imagecache_alpha in ImageCache Actions 5.2

Same name and namespace in other branches
  1. 5.3 transparency.inc \theme_imagecache_alpha()
  2. 6.2 coloractions/transparency.inc \theme_imagecache_alpha()
  3. 6 transparency.inc \theme_imagecache_alpha()

Implementation of theme_hook() for imagecache_ui.module

File

./transparency.inc, line 51

Code

function theme_imagecache_alpha($element) {
  return ($element['#value']['flatten'] ? t("Flatten") : t("Transparent")) . " : " . $element['#value']['color'];
}