MCPcopy 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
44void 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
49Color4B CircleWave::getColor()
50{

Callers 15

initMethod · 0.95
updateMethod · 0.45
initMethod · 0.45
updateMethod · 0.45
drawPropertiesFunction · 0.45
initMethod · 0.45
resetLevelMethod · 0.45
initMethod · 0.45
initMethod · 0.45
switchStateMethod · 0.45
from_jsonMethod · 0.45
updateIconColorsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected