Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ getThemeColor
Method
getThemeColor
Source/Basic/Application.cpp:644–646 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
642
}
643
644
Color Application::getThemeColor() const noexcept {
645
return _themeColor;
646
}
647
648
void Application::setSeed(uint32_t var) {
649
_seed = var;
Callers
5
render
Method · 0.80
application_get_theme_color
Function · 0.80
ImGuiDora
Method · 0.80
showStats
Method · 0.80
init
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected