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

Color palette formats of the PowerVR More...

Enumerations

enum  pvr_palfmt_t { PVR_PAL_ARGB1555 , PVR_PAL_RGB565 , PVR_PAL_ARGB4444 , PVR_PAL_ARGB8888 }
 

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.

Enumeration Type Documentation

◆ pvr_palfmt_t

Enumerator
PVR_PAL_ARGB1555 

16-bit ARGB1555 palette format

PVR_PAL_RGB565 

16-bit RGB565 palette format

PVR_PAL_ARGB4444 

16-bit ARGB4444 palette format

PVR_PAL_ARGB8888 

32-bit ARGB8888 palette format