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

Method getColorChan

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

Source from the content-addressed store, hash-verified

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; }
28 void setMatColor(u32 i, JUtility::TColor color) { mColors[i] = color; }

Callers 4

setLightMaskMethod · 0.80
drawContentsMethod · 0.80
drawFrameTextureMethod · 0.80
drawSelfMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected