dplug v4.2.2 (2017-05-30T16:49:02Z)
Home
Dub
Repo
blendWithAlpha
dplug
graphics
drawex
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
drawex
classes
OwnedImage
functions
aaFillRectFloat
aaFillSector
aaPutPixelFloat
aaSoftCircle
aaSoftDisc
aaSoftEllipse
blendWithAlpha
crop
cropImageRef
fillRectFloat
horizontalSlope
loadImageSeparateAlpha
loadOwnedImage
readImageFromMem
verticalSlope
structs
IFImage
Blits a view onto another. The views must have the same size. PERF: optimize that