-
Notifications
You must be signed in to change notification settings - Fork 17
Palette Functions
void set_color(int num, int rgb); |
|---|
|
|
void set_color_rgb(int num, char r, char g, char b); |
|---|
|
| int get_color(int num); |
|---|
Retrieve the rgb-value of the specified color. |
void load_palette(char pal_num, int *pal, char nb_pal); |
|---|
|
|
void set_sprpal(char pal_num, int *pal); |
|---|
void set_sprpal(char pal_num, int *pal, int nb_pal); |
|
|
void set_bgpal(char pal_num, int *pal); |
|---|
void set_bgpal(char pal_num, int *pal, int nb_pal); |
|