imagefilltoborder
(PHP 4, PHP 5, PHP 7, PHP 8)
imagefilltoborder — 區域填充到指定顏色的邊界為止
說明
imagefilltoborder(
resource
int
int
int
int
): bool
resource
$image
,int
$x
,int
$y
,int
$border
,int
$color
): bool
imagefilltoborder() 從
x
,y
(影象左上角為
0, 0)點開始用 color
顏色執行區域填充,直到碰到顏色為 border
的邊界為止。【註:邊界內的所有顏色都會被填充。如果指定的邊界色和該點顏色相同,則沒有填充。如果影象中沒有該邊界色,則整幅影象都會被填充。】