Anvil Scripting Reference
  • Getting started
    • Introduction
  • 🚀Examples
    • Create a speed overlay
    • Creating a Clock with ImGui
    • Calculating Distances Tool
  • ⚙️ User Settings
    • Make use of our settings API
  • 📦Namespaces
    • engine
    • player
    • key
    • mouse
    • memory
    • draw
    • ImGui
  • 🧪Types
    • Vec2
    • Vec3
    • Vec4
    • playerState
    • refDef
    • clientEntity
    • cg
    • usercmd
    • trace
    • dvar
  • 📄Enums
    • CmdButton
    • ImGuiWindowFlags
    • ImGuiStyleVar
    • ImGuiCol
Powered by GitBook
On this page
  1. Enums

ImGuiCol

Used to set colors for elements / windows etc within ImGui.

  • ImGuiCol.Text

  • ImGuiCol.TextDisabled

  • ImGuiCol.WindowBg

  • ImGuiCol.ChildBg

  • ImGuiCol.PopupBg

  • ImGuiCol.Border

  • ImGuiCol.BorderShadow

  • ImGuiCol.FrameBg

  • ImGuiCol.FrameBgHovered

  • ImGuiCol.FrameBgActive

  • ImGuiCol.TitleBg

  • ImGuiCol.TitleBgActive

  • ImGuiCol.TitleBgCollapsed

  • ImGuiCol.MenuBarBg

  • ImGuiCol.ScrollbarBg

  • ImGuiCol.ScrollbarGrab

  • ImGuiCol.ScrollbarGrabHovered

  • ImGuiCol.ScrollbarGrabActive

  • ImGuiCol.CheckMark

  • ImGuiCol.SliderGrab

  • ImGuiCol.SliderGrabActive

  • ImGuiCol.Button

  • ImGuiCol.ButtonHovered

  • ImGuiCol.ButtonActive

  • ImGuiCol.Header

  • ImGuiCol.HeaderHovered

  • ImGuiCol.HeaderActive

  • ImGuiCol.Separator

  • ImGuiCol.SeparatorHovered

  • ImGuiCol.SeparatorActive

  • ImGuiCol.ResizeGrip

  • ImGuiCol.ResizeGripHovered

  • ImGuiCol.FrameBgHovered

  • ImGuiCol.ResizeGripActive

  • ImGuiCol.Tab

  • ImGuiCol.TabHovered

  • ImGuiCol.TabActive

  • ImGuiCol.TabUnfocused

  • ImGuiCol.TabUnfocusedActive

  • ImGuiCol.PlotLines

  • ImGuiCol.PlotLinesHovered

  • ImGuiCol.PlotHistogram

  • ImGuiCol.PlotHistogramHovered

  • ImGuiCol.TableHeaderBg

  • ImGuiCol.TableBorderStrong

  • ImGuiCol.TableBorderLight

  • ImGuiCol.TableRowBg

  • ImGuiCol.TableRowBgAlt

  • ImGuiCol.TextSelectedBg

  • ImGuiCol.DragDropTarget

  • ImGuiCol.NavHighlight

  • ImGuiCol.NavWindowingDimBg

  • ImGuiCol.ModalWindowDimBg

PreviousImGuiStyleVar

Last updated 2 years ago

📄