dplug ~master (2025-01-07T15:22:33Z)
Home
Dub
Repo
blendWithAlpha
dplug
graphics
draw
Blits a view onto another. The views must have the same size. PERF: optimize that
nothrow @
nogc
void
blendWithAlpha
(
SRC
DST
)
(
auto
ref
SRC
srcView
,
auto
ref
DST
dstView
,
auto
ref
ImageRef
!
L8
alphaView
)
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
Blits a view onto another. The views must have the same size. PERF: optimize that