#include <revolution/gx.h>
void GXGetLightColor(
const GXLightObj* lt_obj,
GXColor* color );
| lt_obj | Pointer to a light object. |
|---|---|
| color | Color of the light |
None.
This function returns the color of the light from a light object. Use the GXInitLightColor function to set the light color.
2006/03/01 Initial version.
CONFIDENTIAL