KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

Color palette formats of the PowerVR. More...

Macros

#define PVR_PAL_ARGB1555   0
 16-bit ARGB1555 palette format
 
#define PVR_PAL_RGB565   1
 16-bit RGB565 palette format
 
#define PVR_PAL_ARGB4444   2
 16-bit ARGB4444 palette format
 
#define PVR_PAL_ARGB8888   3
 32-bit ARGB8888 palette format
 

Detailed Description

Color palette formats of the PowerVR.

Entries in the PVR's palettes can be of any of these formats. Note that you can only have one format active at a time.

Macro Definition Documentation

◆ PVR_PAL_ARGB1555

#define PVR_PAL_ARGB1555   0

16-bit ARGB1555 palette format

◆ PVR_PAL_ARGB4444

#define PVR_PAL_ARGB4444   2

16-bit ARGB4444 palette format

◆ PVR_PAL_ARGB8888

#define PVR_PAL_ARGB8888   3

32-bit ARGB8888 palette format

◆ PVR_PAL_RGB565

#define PVR_PAL_RGB565   1

16-bit RGB565 palette format