SaturnRingLibrary 0.9
SGL wrapper
 
Loading...
Searching...
No Matches

◆ TilemapInfo() [2/2]

SRL::Tilemap::TilemapInfo::TilemapInfo ( SRL::CRAM::TextureColorMode color,
uint16_t map,
uint16_t charSz,
uint16_t plane,
uint16_t height,
uint16_t width,
int size )
inline

Initialize by manually entering all parameters.

Parameters
colorColor Mode of the Tilemap (Paletted16, Paletted256, or RGB555).
mapSize and bit configuration of the map data (pattern name data).
charSzSize of the tiles that comprise the tilemap (charater pattern data).
planeSize of the Planes that comprise a Scroll Screen.
heightHeight of tilemap (in tile units).
widthWidth of the tilemap (in tile Units).
sizeNumber of bytes of image data comprising the Tile set.