Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ SetColor
Method
SetColor
src/Nazara/Graphics/ColorBackground.cpp:109–112 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
107
*/
108
109
void ColorBackground::SetColor(const Color& color)
110
{
111
m_color = color;
112
}
113
}
Callers
13
EnableBackground
Method · 0.45
SetBackgroundColor
Method · 0.45
Console
Method · 0.45
ButtonWidget
Method · 0.45
OnMouseButtonPress
Method · 0.45
OnMouseButtonRelease
Method · 0.45
OnMouseEnter
Method · 0.45
OnMouseExit
Method · 0.45
ProgressBarWidget
Method · 0.45
UpdateCheckbox
Method · 0.45
TextAreaWidget
Method · 0.45
ColorBackground.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected