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