pixelperfectengine v0.10.0-beta.3 (2021-11-05T22:49:30Z)
Dub
Repo
Canvas.xorBitBLT
pixelperfectengine
concrete
interfaces
Canvas
XOR blits a color index over a specified area.
void
xorBitBLT
(Box target, ABitmap pattern)
void
xorBitBLT
(Box target, ubyte color)
interface
Canvas
@
trusted
void
xorBitBLT
(
Box
target
,
ubyte
color
)
Meta
Source
See Implementation
pixelperfectengine
concrete
interfaces
Canvas
functions
bitBLT
bitBLTPattern
clearArea
drawBox
drawBoxPattern
drawFilledBox
drawLine
drawLinePattern
drawTextML
drawTextSL
fill
xorBitBLT
XOR blits a color index over a specified area.