Window.xorBitBLT

XOR blits a color index over a specified area.

  1. void xorBitBLT(Coordinate target, ABitmap pattern)
  2. void xorBitBLT(Coordinate target, ubyte color)
    class Window
    @trusted
    void
    xorBitBLT
    (
    Coordinate target
    ,
    ubyte color
    )

Meta