ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
aaPutPixel.aaPutPixel
ae
utils
graphics
draw
aaPutPixel
Undocumented in source. Be warned that the author may not have intended to support it.
void
aaPutPixel
(V v, F x, F y, COLOR color, frac alpha)
template
aaPutPixel
(bool CHECKED = true, bool USE_ALPHA = true)
void
aaPutPixel
(
F
:
float
V
COLOR
frac
)
(
auto
ref
V
v
,
F
x
,
F
y
,
COLOR
color
,
frac
alpha
)
if
(
isWritableView
!
V
&&
is
(
COLOR
:
ViewColor
!
V
)
)
void
aaPutPixel
(V v, F x, F y, COLOR color)
Meta
Source
See Implementation
ae
utils
graphics
draw
aaPutPixel
functions
aaPutPixel