BitmapDrawer.xorBitBLT

XOR blits a color index over a specified area.

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

Parameters

target Coordinate

The area to be XOR blitted.

color ubyte

The color index to be used.

Meta