NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
|
Definition at line 390 of file g3d_resmat.h.
Public Member Functions | |
NW4R_G3D_RESOURCE_FUNC_DEF_EX (ResMatTevColor, ResTevColorDL) | |
void | DCStore (bool sync) |
ResMatTevColor | CopyTo (void *pDst) const |
void | CallDisplayList (bool sync) const |
bool | GXGetTevColor (GXTevRegID id, GXColor *pColor) const |
void | GXSetTevColor (GXTevRegID id, GXColor color) |
bool | GXGetTevColorS10 (GXTevRegID id, GXColorS10 *pColor) const |
void | GXSetTevColorS10 (GXTevRegID id, GXColorS10 color) |
bool | GXGetTevKColor (GXTevKColorID id, GXColor *pColor) const |
void | GXSetTevKColor (GXTevKColorID id, GXColor color) |
void | EndEdit () |
![]() | |
ResCommon (void *pData) | |
ResCommon (const void *pData) | |
bool | IsValid () const |
ResTevColorDL * | ptr () |
const ResTevColorDL * | ptr () const |
ResTevColorDL & | ref () |
const ResTevColorDL & | ref () const |
ResTevColorDL * | ofs_to_ptr_raw (s32 ofs) |
const ResTevColorDL * | ofs_to_ptr_raw (s32 ofs) const |
ResTevColorDL * | ofs_to_ptr (s32 ofs) |
const ResTevColorDL * | ofs_to_ptr (s32 ofs) const |
ResTevColorDL | ofs_to_obj (s32 ofs) |
const ResTevColorDL | ofs_to_obj (s32 ofs) const |
|
inline |
Definition at line 408 of file g3d_resmat.h.