flood(x, y)
Flood-fill adjacent matching pixels at (x,y) using current ink color.
| Name | Type | Required | Description |
|---|---|---|---|
x, y |
number | yes | Seed position for the fill operation. |
void
No additional runtime notes yet.
No additional details yet.