Home
last modified time | relevance | path

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

/PHP-8.0/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-8.0/ext/gd/
H A Dgd_arginfo.h645 ZEND_FUNCTION(imagecolorexact);
780 ZEND_FE(imagecolorexact, arginfo_imagecolorexact)
H A Dgd.stub.php152 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} function
H A Dgd.c2250 PHP_FUNCTION(imagecolorexact) in PHP_FUNCTION() argument

Completed in 30 milliseconds