Home
last modified time | relevance | path

Searched refs:imagecolorset (Results 1 – 4 of 4) sorted by path

/php-src/ext/gd/
H A Dgd.c2202 PHP_FUNCTION(imagecolorset) in PHP_FUNCTION() argument
H A Dgd.stub.php656 function imagecolorset(GdImage $image, int $color, int $red, int $green, int $blue, int $alpha = 0)… function
H A Dgd_arginfo.h665 ZEND_FUNCTION(imagecolorset);
805 ZEND_FE(imagecolorset, arginfo_imagecolorset)
/php-src/ext/gd/tests/
H A Dimagecolorset_basic.phpt2 Test imagecolorset() function : basic functionality
26 imagecolorset($im, $bg, 0, 0, 255);

Completed in 28 milliseconds