pixelatrix.common

Undocumented in source.

Members

Enums

TileFormat
enum TileFormat
Undocumented in source.

Functions

colours
size_t colours(TileFormat format)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidBitmap
bool isValidBitmap(ubyte[8][8] input)
Undocumented in source. Be warned that the author may not have intended to support it.
pixelMatrices
ubyte[8][8][] pixelMatrices(ubyte[] data, TileFormat format)
Undocumented in source. Be warned that the author may not have intended to support it.
pixelMatrix
ubyte[8][8] pixelMatrix(ubyte[] data, TileFormat format)
Undocumented in source. Be warned that the author may not have intended to support it.
tileData
ubyte[] tileData(ubyte[8][8] data, TileFormat format)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta