pixelatrix.bpp2

Undocumented in source.

Members

Functions

toPixelMatrix
deprecated ubyte[8][8] toPixelMatrix(ubyte[] data)

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

toPixelMatrixIntertwined
deprecated ubyte[8][8] toPixelMatrixIntertwined(ubyte[] data)

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

Structs

Intertwined2BPP
struct Intertwined2BPP
Undocumented in source.
Linear2BPP
struct Linear2BPP
Undocumented in source.

Meta