The location of a corner of the area to flood.
The location of the opposite corner of the area to flood.
The dimension to generate the flood fill in.
Optional
options: { minMSBetweenYields?: number }Optional extra options for the fill generation execution.
Optional
minMSBetweenYields?: numberThe shortest the generation can run for before pausing until the next tick.
The integrity of the flood fill generation.
A promise that resolves with the details of the flood fill generation once the flood fill generation is complete.
Legacy function. Superceeded by fillFlood.
Generates a flood fill.