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

Method setColorChan

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

Source from the content-addressed store, hash-verified

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 */
32 inline J2DColorBlock() { initialize(); }

Callers 1

createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected