Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp181 colors[ImGuiCol_WindowBg] = ImVec4(0.06f, 0.06f, 0.06f, 0.94f); in StyleColorsDark()
236 colors[ImGuiCol_WindowBg] = ImVec4(0.00f, 0.00f, 0.00f, 0.70f); in StyleColorsClassic()
292 colors[ImGuiCol_WindowBg] = ImVec4(0.94f, 0.94f, 0.94f, 1.00f); in StyleColorsLight()
Dimgui.h999 ImGuiCol_WindowBg, // Background of normal windows enumerator
Dimgui.cpp4652 return ImGuiCol_WindowBg; in GetWindowBgColorIdxFromFlags()
5881 case ImGuiCol_WindowBg: return "WindowBg"; in GetStyleColorName()