yaze 0.2.0
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
snes_palette Struct Reference

Primitive of a SNES color palette. More...

#include <snes_color.h>

Collaboration diagram for snes_palette:

Public Attributes

unsigned int id
 
unsigned int size
 
snes_colorcolors
 

Detailed Description

Primitive of a SNES color palette.

Definition at line 23 of file snes_color.h.

Member Data Documentation

◆ id

unsigned int snes_palette::id

ID of the palette.

Definition at line 24 of file snes_color.h.

Referenced by BOOST_PYTHON_MODULE().

◆ size

unsigned int snes_palette::size

Size of the palette.

Definition at line 25 of file snes_color.h.

Referenced by BOOST_PYTHON_MODULE().

◆ colors

snes_color* snes_palette::colors

Pointer to the colors in the palette.

Definition at line 26 of file snes_color.h.

Referenced by BOOST_PYTHON_MODULE().


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