Searched refs:ImGuiCol_WindowBg (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 181 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()
|
D | imgui.h | 999 ImGuiCol_WindowBg, // Background of normal windows enumerator
|
D | imgui.cpp | 4652 return ImGuiCol_WindowBg; in GetWindowBgColorIdxFromFlags() 5881 case ImGuiCol_WindowBg: return "WindowBg"; in GetStyleColorName()
|