GXGetLightColor

C Specification

#include <revolution/gx.h>
void GXGetLightColor(
const GXLightObj*   lt_obj,
GXColor*            color );

Arguments

lt_obj Pointer to a light object
color Color of the light

Return Values

None.

Description

This function returns the color of the light from a light object. Use GXInitLightColor to set the light color.

See Also

GXInitLightColor

Revision History

03/01/2006 Initial version.