MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / DebugFlashStyleColorStop

Function DebugFlashStyleColorStop

imgui_tiny_app/imgui/imgui.cpp:22060–22066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22058}
22059
22060static void DebugFlashStyleColorStop()
22061{
22062 ImGuiContext& g = *GImGui;
22063 if (g.DebugFlashStyleColorIdx != ImGuiCol_COUNT)
22064 g.Style.Colors[g.DebugFlashStyleColorIdx] = g.DebugFlashStyleColorBackup;
22065 g.DebugFlashStyleColorIdx = ImGuiCol_COUNT;
22066}
22067
22068// Flash a given style color for some + inhibit modifications of this color via PushStyleColor() calls.
22069void ImGui::DebugFlashStyleColor(ImGuiCol idx)

Callers 2

DebugFlashStyleColorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected