Home
last modified time | relevance | path

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

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

Completed in 41 milliseconds