Searched refs:imagecolorexact (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | colorexact.phpt | 2 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.3/ext/gd/ |
H A D | gd_arginfo.h | 665 ZEND_FUNCTION(imagecolorexact); 806 ZEND_FE(imagecolorexact, arginfo_imagecolorexact)
|
H A D | gd.stub.php | 654 function imagecolorexact(GdImage $image, int $red, int $green, int $blue): int {} function
|
H A D | gd.c | 2186 PHP_FUNCTION(imagecolorexact) in PHP_FUNCTION() argument
|
Completed in 26 milliseconds