Home
last modified time | relevance | path

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

/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php237 …public static function ImageColorAllocateAlphaSafe(&$gdimg_hexcolorallocate, $R, $G, $B, $alpha=fa… argument
239 return imagecolorallocatealpha($gdimg_hexcolorallocate, $R, $G, $B, (int) $alpha);
241 return imagecolorallocate($gdimg_hexcolorallocate, $R, $G, $B);
245 …public static function ImageHexColorAllocate(&$gdimg_hexcolorallocate, $HexColorString, $dieOnInva… argument
246 …if (!is_resource($gdimg_hexcolorallocate) && !(is_object($gdimg_hexcolorallocate) && $gdimg_hexcol…
253 return self::ImageColorAllocateAlphaSafe($gdimg_hexcolorallocate, $R, $G, $B, $alpha);
258 return imagecolorallocate($gdimg_hexcolorallocate, 0x00, 0x00, 0x00);