dplug ~master (2024-12-12T14:21:32Z)
Home
Dub
Repo
aaFillRectFloat
dplug
graphics
draw
Undocumented in source. Be warned that the author may not have intended to support it.
nothrow @
nogc
void
aaFillRectFloat
(
bool
CHECKED
= true
V
COLOR
)
(
auto
ref
V
v
,
float
x1
,
float
y1
,
float
x2
,
float
y2
,
COLOR
color
,
float
globalAlpha
= 1.0f
)
if
(
isWritableView
!
V
&&
is
(
COLOR
:
ViewColor
!
V
)
)
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
verticalSlope
vline
manifest constants
CheckHLine
CheckVLine
mixin templates
FixMath
templates
aaPutPixel