dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
aaPutPixel
dplug
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)
nothrow @
nogc
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
dplug
graphics
draw
functions
aaFillRect
aaFillRectFloat
aaFillSector
aaPutPixelFloat
aaSoftCircle
aaSoftDisc
aaSoftEllipse
blendWithAlpha
fillAll
fillCircle
fillRect
fillRectFloat
fillSector
hline
horizontalSlope
pixelPtr
putPixel
rect
safeGet
safePut
softCircle
softRing
uncheckedFloodFill
verticalSlope
vline
manifest constants
CheckHLine
CheckVLine
mixin templates
FixMath
templates
aaPutPixel