KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Palette API for the PowerVR. More...
#include <stdint.h>
#include <sys/cdefs.h>
Go to the source code of this file.
Enumerations | |
enum | pvr_palfmt_t { PVR_PAL_ARGB1555 , PVR_PAL_RGB565 , PVR_PAL_ARGB4444 , PVR_PAL_ARGB8888 } |
Color palette formats of the PowerVR. More... | |
Functions | |
void | pvr_set_pal_format (pvr_palfmt_t fmt) |
Set the palette format. | |
static void | pvr_set_pal_entry (uint32_t idx, uint32_t value) |
Set a palette value. | |
Palette API for the PowerVR.