pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
BitmapDrawer.xorBitBLT
PixelPerfectEngine
graphics
draw
BitmapDrawer
XOR blits a repeated bitmap pattern over the specified area.
void
xorBitBLT
(Coordinate target, Bitmap8Bit pattern)
class
BitmapDrawer
pure
void
xorBitBLT
(
Coordinate
target
,
Bitmap8Bit
pattern
)
void
xorBitBLT
(Coordinate target, ubyte color)
Meta
Source
See Implementation
PixelPerfectEngine
graphics
draw
BitmapDrawer
constructors
this
functions
bitBLT
bitBLTPattern
drawBox
drawColorText
drawFilledBox
drawFilledRectangle
drawLine
drawLinePattern
drawMultiLineText
drawRectangle
drawSingleLineText
drawText
insertBitmap
insertBitmapSlice
insertColorLetter
xorBitBLT
variables
brushTransparency
output
XOR blits a repeated bitmap pattern over the specified area.