8x8 SNES tile data More...
#include <yaze.h>
Public Attributes | |
uint32_t | id |
uint32_t | palette_id |
uint8_t | data [64] |
8x8 SNES tile data
Represents an 8x8 pixel tile with indexed color data. Each pixel value is an index into a palette.
uint8_t snes_tile8::data[64] |
64 pixels in row-major order (y*8+x)
Definition at line 280 of file yaze.h.
Referenced by yaze::gfx::PackBppTile(), yaze::test::TEST(), and yaze::gfx::UnpackBppTile().