toPixelMatrix

2 bit per pixel tile format with palette. Consists of two bitplanes stored one after the other. Commonly used by the NES.

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

Return Value

Type: ubyte[8][8]

a decoded 8x8 tile.

Meta