dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
aaFillSector
dplug
graphics
draw
Rough anti-aliased fillsector
nothrow @
nogc
void
aaFillSector
(
V
COLOR
)
(
auto
ref
V
v
,
float
x
,
float
y
,
float
r0
,
float
r1
,
float
a0
,
float
a1
,
COLOR
c
)
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
uncheckedFloodFill
verticalSlope
vline
manifest constants
CheckHLine
CheckVLine
mixin templates
FixMath
templates
aaPutPixel
Rough anti-aliased fillsector