You are here

function theme_imagecache_desaturate in ImageCache 5.2

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

File

./imagecache_actions.inc, line 207

Code

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