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