Class ImPlotCol

java.lang.Object
imgui.extension.implot.flag.ImPlotCol

public final class ImPlotCol extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    background color of axis hover region (defaults to transparent)
    static final int
    axis active color (defaults to ImGuiCol_ButtonActive)
    static final int
    axis hover color (defaults to ImGuiCol_ButtonHovered)
    static final int
    axis grid color (defaults to 25% ImPlotCol_AxisText)
    static final int
    axis label and tick labels color (defaults to ImGuiCol_Text)
    static final int
    axis tick color (defaults to AxisGrid)
    static final int
     
    static final int
    crosshairs color (defaults to ImPlotCol_PlotBorder)
    static final int
    plot frame background color (defaults to ImGuiCol_FrameBg)
    static final int
    color of text appearing inside of plots (defaults to ImGuiCol_Text)
    static final int
    legend background color (defaults to ImGuiCol_PopupBg)
    static final int
    legend border color (defaults to ImPlotCol_PlotBorder)
    static final int
    legend text color (defaults to ImPlotCol_InlayText)
    static final int
    plot area background color (defaults to ImGuiCol_WindowBg)
    static final int
    plot area border color (defaults to ImGuiCol_Border)
    static final int
    box-selection color (defaults to yellow)
    static final int
    plot title text color (defaults to ImGuiCol_Text)
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • FrameBg

      public static final int FrameBg
      plot frame background color (defaults to ImGuiCol_FrameBg)
      See Also:
    • PlotBg

      public static final int PlotBg
      plot area background color (defaults to ImGuiCol_WindowBg)
      See Also:
    • PlotBorder

      public static final int PlotBorder
      plot area border color (defaults to ImGuiCol_Border)
      See Also:
    • LegendBg

      public static final int LegendBg
      legend background color (defaults to ImGuiCol_PopupBg)
      See Also:
    • LegendBorder

      public static final int LegendBorder
      legend border color (defaults to ImPlotCol_PlotBorder)
      See Also:
    • LegendText

      public static final int LegendText
      legend text color (defaults to ImPlotCol_InlayText)
      See Also:
    • TitleText

      public static final int TitleText
      plot title text color (defaults to ImGuiCol_Text)
      See Also:
    • InlayText

      public static final int InlayText
      color of text appearing inside of plots (defaults to ImGuiCol_Text)
      See Also:
    • AxisText

      public static final int AxisText
      axis label and tick labels color (defaults to ImGuiCol_Text)
      See Also:
    • AxisGrid

      public static final int AxisGrid
      axis grid color (defaults to 25% ImPlotCol_AxisText)
      See Also:
    • AxisTick

      public static final int AxisTick
      axis tick color (defaults to AxisGrid)
      See Also:
    • AxisBg

      public static final int AxisBg
      background color of axis hover region (defaults to transparent)
      See Also:
    • AxisBgHovered

      public static final int AxisBgHovered
      axis hover color (defaults to ImGuiCol_ButtonHovered)
      See Also:
    • AxisBgActive

      public static final int AxisBgActive
      axis active color (defaults to ImGuiCol_ButtonActive)
      See Also:
    • Selection

      public static final int Selection
      box-selection color (defaults to yellow)
      See Also:
    • Crosshairs

      public static final int Crosshairs
      crosshairs color (defaults to ImPlotCol_PlotBorder)
      See Also:
    • COUNT

      public static final int COUNT
      See Also: