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