BitmapDrawer.xorBitBLT

XOR blits a repeated bitmap pattern over the specified area.

  1. void xorBitBLT(Box target, Bitmap8Bit pattern)
    class BitmapDrawer
    pure
    void
    xorBitBLT
  2. void xorBitBLT(Coordinate target, ubyte color)

Parameters

target Box

The area to be XOR blitted.

pattern Bitmap8Bit

Specifies the pattern to be used.

Meta