cpublit v0.4.2 (2021-04-17T23:39:40Z)
Dub
Repo
floodFill
CPUblit
draw
Flood fills a bitmap at the given point.
@
nogc
nothrow pure
void
floodFill
(
T
)
(
int
x0
,
int
y0
,
T
color
,
T
*
dest
,
size_t
destWidth
,
size_t
destLength
,
T
transparencyIndex
=
T.init
)
Meta
Source
See Implementation
CPUblit
draw
functions
drawFilledRectangle
drawLine
drawLinePattern
drawRectangle
floodFill
Flood fills a bitmap at the given point.