function theme_imagecache_alpha in ImageCache Actions 5.3
Same name and namespace in other branches
- 5.2 transparency.inc \theme_imagecache_alpha()
- 6.2 coloractions/transparency.inc \theme_imagecache_alpha()
- 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'];
}