Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php50 …$MaskPixel = phpthumb_functions::GrayscalePixel(phpthumb_functions::GetPixelColor($gdimg_mask_resi…
263 $TargetPixel = phpthumb_functions::GrayscalePixel($OriginalPixel);
539 $GrayPixel = phpthumb_functions::GrayscalePixel($OriginalPixel);
971 $GrayPixel = phpthumb_functions::GrayscalePixel($OriginalPixel);
1039 $grayPixel = phpthumb_functions::GrayscalePixel($currentPixel);
H A Dphpthumb.functions.php288 public static function GrayscalePixel($OriginalPixel) { function in phpthumb_functions