Home
last modified time | relevance | path

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

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

Completed in 17 milliseconds