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

Method setMatColor

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

Source from the content-addressed store, hash-verified

26 void setCullMode(u8 mode) { mCullMode = mode; }
27 void setColorChanNum(u8 num) { mChannelCount = num; }
28 void setMatColor(u32 i, JUtility::TColor color) { mColors[i] = color; }
29 void setColorChan(u32 i, const J2DColorChan& color) { mChannels[i] = color; }
30
31 /** @fabricated */

Callers 2

createMethod · 0.80
animationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected