Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
106
void SimplePlayer::setMainColor(Color3B col) {
107
m_pMainSprite->setColor(col);
108
m_MainColor = col;
109
}
110
111
void SimplePlayer::setSecondaryColor(Color3B col) {
112
m_pSecondarySprite->setColor(col);
Callers
6
init
Method · 0.45
loadPageFromUserInfo
Method · 0.45
init
Method · 0.45
resetPlayer
Method · 0.45
init
Method · 0.45
setupPage
Method · 0.45
Calls
1
setColor
Method · 0.45
Tested by
no test coverage detected