ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
hline
ae
utils
graphics
draw
Draw a horizontal line.
void
hline
(V v, xy_t x1, xy_t x2, xy_t y, COLOR c)
void
hline
(
bool
CHECKED
= true
V
COLOR
)
(
auto
ref
V
v
,
xy_t
x1
,
xy_t
x2
,
xy_t
y
,
COLOR
c
)
if
(
isWritableView
!
V
&&
is
(
COLOR
:
ViewColor
!
V
)
)
void
hline
(V v, xy_t x1, xy_t x2, xy_t y, COLOR color, frac alpha)
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
structs
Coord
templates
aaPutPixel
Draw a horizontal line.