MCPcopy 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
644Color Application::getThemeColor() const noexcept {
645 return _themeColor;
646}
647
648void Application::setSeed(uint32_t var) {
649 _seed = var;

Callers 5

renderMethod · 0.80
ImGuiDoraMethod · 0.80
showStatsMethod · 0.80
initMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected