MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / setMainColor

Method setMainColor

Source/SimplePlayer.cpp:106–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void SimplePlayer::setMainColor(Color3B col) {
107 m_pMainSprite->setColor(col);
108 m_MainColor = col;
109}
110
111void SimplePlayer::setSecondaryColor(Color3B col) {
112 m_pSecondarySprite->setColor(col);

Callers 6

initMethod · 0.45
loadPageFromUserInfoMethod · 0.45
initMethod · 0.45
resetPlayerMethod · 0.45
initMethod · 0.45
setupPageMethod · 0.45

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected