Searched refs:ImGuiCol_TabActive (Results 1 – 4 of 4) sorted by relevance
214 …colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive], colors[ImGuiCol_Ti… in StyleColorsDark()216 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsDark()269 …colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive], colors[ImGuiCol_Ti… in StyleColorsClassic()271 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsClassic()325 …colors[ImGuiCol_TabActive] = ImLerp(colors[ImGuiCol_HeaderActive], colors[ImGuiCol_Ti… in StyleColorsLight()327 …colors[ImGuiCol_TabUnfocusedActive] = ImLerp(colors[ImGuiCol_TabActive], colors[ImGuiCol_Ti… in StyleColorsLight()
1032 ImGuiCol_TabActive, enumerator
5916 …const ImU32 col = GetColorU32((flags & ImGuiTabBarFlags_IsFocused) ? ImGuiCol_TabActive : ImGuiCol… in BeginTabBarEx()6494 … ? ImGuiCol_TabHovered : tab_contents_visible ? (tab_bar_focused ? ImGuiCol_TabActive : ImGuiCol_T… in TabItemEx()
5914 case ImGuiCol_TabActive: return "TabActive"; in GetStyleColorName()