Searched refs:ImGuiCol_TabUnfocusedActive (Results 1 – 4 of 4) sorted by relevance
216 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsDark()271 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsClassic()327 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsLight()
1034 ImGuiCol_TabUnfocusedActive, enumerator
6494 …tab_contents_visible ? (tab_bar_focused ? ImGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab… in TabItemEx()
5916 case ImGuiCol_TabUnfocusedActive: return "TabUnfocusedActive"; in GetStyleColorName()