Searched refs:title_bar_col (Results 1 – 1 of 1) sorted by relevance
5230 …ImU32 title_bar_col = GetColorU32((title_bar_is_highlight && !g.NavDisableHighlight) ? ImGuiCol_Ti… in Begin() local5231 … RenderFrame(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, true, window_rounding); in Begin()5252 …ImU32 title_bar_col = GetColorU32(title_bar_is_highlight ? ImGuiCol_TitleBgActive : ImGuiCol_Title… in Begin() local5253 …ndow->DrawList->AddRectFilled(title_bar_rect.Min, title_bar_rect.Max, title_bar_col, window_roundi… in Begin()