Home
last modified time | relevance | path

Searched refs:GrayscaleValue (Results 1 – 2 of 2) sorted by relevance

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php283 public static function GrayscaleValue($r, $g, $b) { function in phpthumb_functions
289 …$gray = self::GrayscaleValue($OriginalPixel[ 'red'], $OriginalPixel[ 'green'], $OriginalPixel[ 'bl…
H A Dphpthumb.filters.php1090 …$grayValue = phpthumb_functions::GrayscaleValue($targetPixel['red'], $targetPixel['green'], $targe…