SNES color palette. More...
#include <yaze_graphics.h>

Public Attributes | |
| uint16_t | id |
| uint16_t | size |
| snes_color * | colors |
SNES color palette.
Represents a color palette used by the SNES. Each palette contains up to 256 colors, though most modes use fewer colors per palette.
Definition at line 100 of file yaze_graphics.h.
| uint16_t snes_palette::id |
Palette ID (0-255)
Definition at line 101 of file yaze_graphics.h.
| uint16_t snes_palette::size |
Number of colors in palette (1-256)
Definition at line 102 of file yaze_graphics.h.
| snes_color* snes_palette::colors |
Array of colors (caller owns memory)
Definition at line 103 of file yaze_graphics.h.