Home
last modified time | relevance | path

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

/PHP-8.1/ext/gd/tests/
H A Dcolorexact.phpt2 imagecolorexact
9 $c = imagecolorexact($im, 255,0,255);
22 echo imagecolorexact($im, 255,0,255) . "\n";
23 echo imagecolorexact($im, 255,200,0) . "\n";
28 echo imagecolorexact($im, 12,12,12) . "\n";
/PHP-8.1/ext/gd/
H A Dgd_arginfo.h666 ZEND_FUNCTION(imagecolorexact);
807 ZEND_FE(imagecolorexact, arginfo_imagecolorexact)
H A Dgd.stub.php191 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} function
H A Dgd.c2335 PHP_FUNCTION(imagecolorexact) in PHP_FUNCTION() argument

Completed in 20 milliseconds