Searched refs:DimBgRatio (Results 1 – 2 of 2) sorted by relevance
863 …float DimBgRatio; // 0.0..1.0 animation when fading in a… member1000 DimBgRatio = 0.0f; in ImGuiContext()
3490 g.DimBgRatio = ImMin(g.DimBgRatio + g.IO.DeltaTime * 6.0f, 1.0f); in NewFrame()3492 g.DimBgRatio = ImMax(g.DimBgRatio - g.IO.DeltaTime * 10.0f, 0.0f); in NewFrame()5205 …tColorU32(dim_bg_for_modal ? ImGuiCol_ModalWindowDimBg : ImGuiCol_NavWindowingDimBg, g.DimBgRatio); in Begin()7991 if (g.DimBgRatio <= 0.0f && g.NavWindowingHighlightAlpha <= 0.0f) in NavUpdateWindowing()