Searched refs:ImGuiCol_TabUnfocused (Results 1 – 4 of 4) sorted by relevance
215 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsDark()270 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsClassic()326 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsLight()
1033 ImGuiCol_TabUnfocused, enumerator
6494 …bActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabUnfocused)); in TabItemEx()
5915 case ImGuiCol_TabUnfocused: return "TabUnfocused"; in GetStyleColorName()