KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
PVR vertex color formats

Macros

#define PVR_CLRFMT_ARGBPACKED   0
 32-bit integer ARGB More...
 
#define PVR_CLRFMT_4FLOATS   1
 4 floating point values More...
 
#define PVR_CLRFMT_INTENSITY   2
 Intensity color. More...
 
#define PVR_CLRFMT_INTENSITY_PREV   3
 Use last intensity. More...
 

Detailed Description

These control how colors are represented in polygon data.

Macro Definition Documentation

#define PVR_CLRFMT_4FLOATS   1

4 floating point values

#define PVR_CLRFMT_ARGBPACKED   0

32-bit integer ARGB

#define PVR_CLRFMT_INTENSITY   2

Intensity color.

#define PVR_CLRFMT_INTENSITY_PREV   3

Use last intensity.