Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Open-GD/OpenGD
/ setColor
Method
setColor
Source/CircleWave.cpp:44–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
void CircleWave::setColor(Color4B col)
45
{
46
this->_color = {col.r / 255.f, col.g / 255.f, col.b / 255.f, col.a / 255.f};
47
}
48
49
Color4B CircleWave::getColor()
50
{
Callers
15
init
Method · 0.95
update
Method · 0.45
init
Method · 0.45
update
Method · 0.45
drawProperties
Function · 0.45
init
Method · 0.45
resetLevel
Method · 0.45
init
Method · 0.45
init
Method · 0.45
switchState
Method · 0.45
from_json
Method · 0.45
updateIconColors
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected