You are here

function theme_imagecache_desaturate in ImageCache 6.2

Same name and namespace in other branches
  1. 5.2 imagecache_actions.inc \theme_imagecache_desaturate()

File

./imagecache_actions.inc, line 208

Code

function theme_imagecache_desaturate($element) {
  return '';
}