Home
last modified time | relevance | path

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

/PHP-8.2/main/
H A Dphp_compat.h233 #define gdImageColorClosestHWB php_gd_gdImageColorClosestHWB macro
/PHP-8.2/ext/gd/libgd/
H A Dgd.h524 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-8.2/ext/gd/
H A Dgd.c2128 RETURN_LONG(gdImageColorClosestHWB(im, red, green, blue)); in PHP_FUNCTION()

Completed in 28 milliseconds