Searched refs:ImGuiCol_Tab (Results 1 – 4 of 4) sorted by relevance
212 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsDark()215 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsDark()267 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsClassic()270 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsClassic()323 …colors[ImGuiCol_Tab] = ImLerp(colors[ImGuiCol_Header], colors[ImGuiCol_Ti… in StyleColorsLight()326 …colors[ImGuiCol_TabUnfocused] = ImLerp(colors[ImGuiCol_Tab], colors[ImGuiCol_Ti… in StyleColorsLight()
1030 ImGuiCol_Tab, enumerator
5916 … ImU32 col = GetColorU32((flags & ImGuiTabBarFlags_IsFocused) ? ImGuiCol_TabActive : ImGuiCol_Tab); in BeginTabBarEx()6494 …mGuiCol_TabActive : ImGuiCol_TabUnfocusedActive) : (tab_bar_focused ? ImGuiCol_Tab : ImGuiCol_TabU… in TabItemEx()
5912 case ImGuiCol_Tab: return "Tab"; in GetStyleColorName()