floodFill

Flood fills a bitmap at the given point.

@nogc nothrow pure
void
floodFill
(
T
)
(
int x0
,
int y0
,,
T* dest
,
size_t destWidth
,
size_t destLength
,
T transparencyIndex = T.init
)

Meta