ae v0.0.2824 (2020-10-12T01:09:09Z)
Home
Dub
Repo
aaPutPixel
ae
utils
graphics
draw
Undocumented in source.
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)
Members
Functions
aaPutPixel
void
aaPutPixel
(V v, F x, F y, COLOR color, frac alpha)
Undocumented in source. Be warned that the author may not have intended to support it.
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