Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_compat.h235 #define gdImageColorClosestHWB php_gd_gdImageColorClosestHWB macro
/PHP-7.4/ext/gd/libgd/
H A Dgd.h520 int gdImageColorClosestHWB(gdImagePtr im, int r, int g, int b);
H A Dgd.c472 int gdImageColorClosestHWB (gdImagePtr im, int r, int g, int b) in gdImageColorClosestHWB() function
/PHP-7.4/ext/gd/
H A Dgd.c3020 RETURN_LONG(gdImageColorClosestHWB(im, red, green, blue)); in PHP_FUNCTION()

Completed in 38 milliseconds