dplug v6.0.22
Dub
Repo
uncheckedFloodFill
dplug
graphics
draw
Unchecked! Make sure area is bounded.
void
uncheckedFloodFill
(
V
COLOR
)
(
auto
ref
V
v
,
int
x
,
int
y
,
COLOR
c
)
if
(
isDirectView
!
V
&&
is
(
COLOR
:
ViewColor
!
V
)
)
Meta
Source
See Implementation
dplug
graphics
draw
aliases
fill
functions
pixelPtr
putPixel
rect
safeGet
safePut
uncheckedFloodFill
mixin templates
FixMath
Unchecked! Make sure area is bounded.