toPixelMatrixIntertwined

2 bit per pixel tile format with palette. Each row has its bitplanes stored adjacent to one another. Commonly used by SNES and Gameboy.

deprecated @safe pure
ubyte[8][8]
toPixelMatrixIntertwined
(
ubyte[] data
)

Return Value

Type: ubyte[8][8]

a decoded 8x8 tile.

Meta