Home
last modified time | relevance | path

Searched refs:ImGuiCol_PopupBg (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp183 colors[ImGuiCol_PopupBg] = ImVec4(0.08f, 0.08f, 0.08f, 0.94f); in StyleColorsDark()
238 colors[ImGuiCol_PopupBg] = ImVec4(0.11f, 0.11f, 0.14f, 0.92f); in StyleColorsClassic()
294 colors[ImGuiCol_PopupBg] = ImVec4(1.00f, 1.00f, 1.00f, 0.98f); in StyleColorsLight()
Dimgui.h1001 ImGuiCol_PopupBg, // Background of popups, menus, tooltips windows enumerator
Dimgui.cpp4649 return ImGuiCol_PopupBg; in GetWindowBgColorIdxFromFlags()
5883 case ImGuiCol_PopupBg: return "PopupBg"; in GetStyleColorName()
6666 SetNextWindowBgAlpha(g.Style.Colors[ImGuiCol_PopupBg].w * 0.60f); in BeginTooltip()