pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
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
public @
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.