Searched refs:ImGuiCol_NavWindowingDimBg (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/imgui/ |
D | imgui_draw.cpp | 225 colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.20f); in StyleColorsDark() 280 colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.80f, 0.80f, 0.80f, 0.20f); in StyleColorsClassic() 336 colors[ImGuiCol_NavWindowingDimBg] = ImVec4(0.20f, 0.20f, 0.20f, 0.20f); in StyleColorsLight()
|
D | imgui.h | 1043 …ImGuiCol_NavWindowingDimBg, // Darken/colorize entire screen behind the CTRL+TAB window list, … enumerator
|
D | imgui.cpp | 5205 …l = GetColorU32(dim_bg_for_modal ? ImGuiCol_ModalWindowDimBg : ImGuiCol_NavWindowingDimBg, g.DimBg… in Begin() 5925 case ImGuiCol_NavWindowingDimBg: return "NavWindowingDimBg"; in GetStyleColorName()
|