Primitive of a SNES color palette. More...
#include <snes_color.h>
Public Attributes | |
unsigned int | id |
unsigned int | size |
snes_color * | colors |
Primitive of a SNES color palette.
Definition at line 22 of file snes_color.h.
unsigned int snes_palette::id |
unsigned int snes_palette::size |
Size of the palette.
Definition at line 24 of file snes_color.h.
Referenced by BOOST_PYTHON_MODULE().
snes_color* snes_palette::colors |
Pointer to the colors in the palette.
Definition at line 25 of file snes_color.h.
Referenced by BOOST_PYTHON_MODULE().