Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp225 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()
Dimgui.h1043ImGuiCol_NavWindowingDimBg, // Darken/colorize entire screen behind the CTRL+TAB window list, … enumerator
Dimgui.cpp5205 …l = GetColorU32(dim_bg_for_modal ? ImGuiCol_ModalWindowDimBg : ImGuiCol_NavWindowingDimBg, g.DimBg… in Begin()
5925 case ImGuiCol_NavWindowingDimBg: return "NavWindowingDimBg"; in GetStyleColorName()