Home
last modified time | relevance | path

Searched refs:blend (Results 1 – 1 of 1) sorted by relevance

/PHP-7.3/ext/gd/
H A Dgd.c202 ZEND_ARG_INFO(0, blend)
1753 zend_bool blend; in PHP_FUNCTION() local
1756 if (zend_parse_parameters(ZEND_NUM_ARGS(), "rb", &IM, &blend) == FAILURE) { in PHP_FUNCTION()
1764 gdImageAlphaBlending(im, blend); in PHP_FUNCTION()

Completed in 16 milliseconds