#include <nitro/gx/g2_oam.h>int G2_GetOBJColorParam(const GXOamAttr * oam);
Gets the color parameter for the OAM data stored in *oam.
oam |
Pointer to the place storing OAM data. |
Color parameter.
Obtains the palette number when the OBJ mode is set to something other than bitmap OBJ.
Returns the alpha value of the OBJ when the OBJ mode is bitmap OBJ.
06/09/2004 Initial Version