G2_SetOBJColorMode


C Specification

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

Description

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

Arguments

oam Pointer to where the OAM data is stored
color Color mode

Return Values

None.

See Also

Revision History

02/13/2004 Initial Version