SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
Image Struct Reference

Image structure which contains all data to define an image in a background plane.
Use the unpackImage() method to unpack if compression is enabled in TileSet or TileMap structure. More...

#include <vdp_bg.h>

Collaboration diagram for Image:
[legend]

Public Attributes

Palettepalette
 
TileSettileset
 
TileMaptilemap
 

Detailed Description

Image structure which contains all data to define an image in a background plane.
Use the unpackImage() method to unpack if compression is enabled in TileSet or TileMap structure.

Parameters
palettePalette data.
tilesetTileSet data structure (contains tiles definition for the image).
tilemapTileMap data structure (contains tilemap definition for the image).

The documentation for this struct was generated from the following file: