Searched refs:imagecolorset (Results 1 – 4 of 4) sorted by relevance
/PHP-8.1/ext/gd/tests/ |
H A D | imagecolorset_basic.phpt | 2 Test imagecolorset() function : basic functionality 20 imagecolorset($im, $bg, 0, 0, 255);
|
/PHP-8.1/ext/gd/ |
H A D | gd_arginfo.h | 667 ZEND_FUNCTION(imagecolorset); 808 ZEND_FE(imagecolorset, arginfo_imagecolorset)
|
H A D | gd.stub.php | 194 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… function
|
H A D | gd.c | 2356 PHP_FUNCTION(imagecolorset) in PHP_FUNCTION() argument
|
Completed in 17 milliseconds