GXColor

C Specification

typedef struct{
    u8      r,
            g,
            b,
            a;
} GXColor;

Description

A generic color structure used by various GX API functions.

Functions Using This Structure

GXInitLightColor
GXSetChanAmbColor
GXSetChanMatColor
GXSetTevColor
GXSetFog
GXSetCopyClear

Revision History

2006/03/01 Initial version.


CONFIDENTIAL