MCPcopy Create free account
hub / github.com/doldecomp/mkdd / getMatColor

Method getMatColor

include/JSystem/J2D/J2DMatBlock.h:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 u8 mCullMode; // _12 - _GXCullMode
23
24 JUtility::TColor* getMatColor(u32 i) { return &mColors[i]; }
25 J2DColorChan* getColorChan(u32 i) { return &mChannels[i]; }
26 void setCullMode(u8 mode) { mCullMode = mode; }
27 void setColorChanNum(u8 num) { mChannelCount = num; }

Callers 5

drawMethod · 0.80
drawFrameTextureMethod · 0.80
J2DTextBoxMethod · 0.80
J2DWindowMethod · 0.80
J2DPictureMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected