#include <nitro/gx/g2_oam.h>
int G2_GetOBJColorParam(const GXOamAttr * oam);
oam | Pointer to the location storing the OAM data |
The 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.
*Gets the color parameter for the OAM data stored in *oam.
06/09/2004 Initial version.