G2_SetOBJColorMode

C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJColorMode(GXOamAttr * oam, GXOamColorMode color);

Arguments

oam Pointer to the location storing the OAM data
color Color mode

Return Values

None.

Description

*This function changes the color mode settings stored in *oam.

See Also

Revision History

02/13/2004 Initial version.