ae v0.0.2728 (2020-08-02T06:18:06Z)
Home
Dub
Repo
uncheckedFloodFill
ae
utils
graphics
draw
Unchecked! Make sure area is bounded.
void
uncheckedFloodFill
(
V
COLOR
)
(
auto
ref
V
v
,
xy_t
x
,
xy_t
y
,
COLOR
c
)
if
(
isDirectView
!
V
&&
is
(
COLOR
:
ViewColor
!
V
)
)
Meta
Source
See Implementation
ae
utils
graphics
draw
aliases
clear
functions
aaFillRect
aaLine
draw
fill
fillCircle
fillPoly
fillRect
fillSector
hline
line
pixelPtr
putPixel
rect
safeGet
safePut
softCircle
softRing
subpixelDownscale
thickLine
thickLinePoly
uncheckedFloodFill
vline
whiteNoise
manifest constants
CheckHLine
CheckVLine
mixin templates
FixMath
structs
Coord
templates
aaPutPixel
Unchecked! Make sure area is bounded.