KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
pvr_pal.h File Reference

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.
 

Detailed Description

Palette API for the PowerVR.

Author
Megan Potter
Roger Cattermole
Paul Boese
Brian Paul
Lawrence Sebald
Benoit Miller
Ruslan Rostovtsev
Falco Girgis