KallistiOS  2.0.0
 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
#define PVR_CLRFMT_4FLOATS   1
 4 floating point values
#define PVR_CLRFMT_INTENSITY   2
 Intensity color.
#define PVR_CLRFMT_INTENSITY_PREV   3
 Use last intensity.

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.