Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setSecondaryColor
Method
setSecondaryColor
Source/SimplePlayer.cpp:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
void SimplePlayer::setSecondaryColor(Color3B col) {
112
m_pSecondarySprite->setColor(col);
113
m_SecondaryColor = col;
114
}
115
116
void SimplePlayer::setGlow(bool glow) {
117
m_pGlowSprite->setVisible(glow);
Callers
5
init
Method · 0.45
loadPageFromUserInfo
Method · 0.45
init
Method · 0.45
resetPlayer
Method · 0.45
init
Method · 0.45
Calls
1
setColor
Method · 0.45
Tested by
no test coverage detected