Home
last modified time | relevance | path

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

/PHP-7.4/ext/gd/tests/
H A Dcolorexact.phpt2 imagecolorexact
5 if (!function_exists('imagecolorexact')) die("skip gd extension not available\n");
11 $c = imagecolorexact($im, 255,0,255);
24 echo imagecolorexact($im, 255,0,255) . "\n";
25 echo imagecolorexact($im, 255,200,0) . "\n";
30 echo imagecolorexact($im, 12,12,12) . "\n";
/PHP-7.4/ext/gd/
H A Dphp_gd.h96 PHP_FUNCTION(imagecolorexact);
H A Dgd.c891 PHP_FE(imagecolorexact, arginfo_imagecolorexact)
3084 PHP_FUNCTION(imagecolorexact) in PHP_FUNCTION() argument

Completed in 28 milliseconds