Searched refs:imagecolorexact (Results 1 – 3 of 3) sorted by relevance
/PHP-7.2/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-7.2/ext/gd/ |
H A D | php_gd.h | 92 PHP_FUNCTION(imagecolorexact);
|
H A D | gd.c | 880 PHP_FE(imagecolorexact, arginfo_imagecolorexact) 3013 PHP_FUNCTION(imagecolorexact) in PHP_FUNCTION() argument
|
Completed in 18 milliseconds