Searched refs:background_color (Results 1 – 8 of 8) sorted by relevance
/PHP-8.3/ext/gd/tests/ |
H A D | imagecolormatch_basic.phpt | 11 $background_color = imagecolorallocate($ima, 0, 0, 0); 13 $background_color = imagecolorallocate($imb, 0, 0, 100);
|
H A D | imagecolormatch_error2.phpt | 11 $background_color = imagecolorallocate($ima, 0, 0, 0); 13 $background_color = imagecolorallocate($imb, 0, 0, 100);
|
H A D | imagecolormatch_error3.phpt | 11 $background_color = imagecolorallocate($ima, 0, 0, 0); 13 $background_color = imagecolorallocate($imb, 0, 0, 100);
|
H A D | imagecolormatch_error4.phpt | 11 $background_color = imagecolorallocate($ima, 0, 0, 0); 13 $background_color = imagecolorallocate($imb, 0, 0, 100);
|
H A D | bug52070.phpt | 8 $background_color = imagecolorallocate($im, 40, 40, 40);
|
H A D | imagecolorclosesthwb_basic_001.phpt | 11 $background_color = imagecolorallocate($image, 0, 24, 200);
|
/PHP-8.3/ext/gd/ |
H A D | gd.stub.php | 534 function imagerotate(GdImage $image, float $angle, int $background_color): GdImage|false {} argument
|
H A D | gd_arginfo.h | 124 ZEND_ARG_TYPE_INFO(0, background_color, IS_LONG, 0)
|
Completed in 11 milliseconds