public final class ImPlotCol
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
COUNT |
static int |
Crosshairs
crosshairs color (defaults to ImPlotCol_PlotBorder)
|
static int |
ErrorBar
error bar color (defaults to ImGuiCol_Text)
|
static int |
Fill
plot fill color for bars (defaults to the current line color)
|
static int |
FrameBg
plot frame background color (defaults to ImGuiCol_FrameBg)
|
static int |
InlayText
color of text appearing inside of plots (defaults to ImGuiCol_Text)
|
static int |
LegendBg
legend background color (defaults to ImGuiCol_PopupBg)
|
static int |
LegendBorder
legend border color (defaults to ImPlotCol_PlotBorder)
|
static int |
LegendText
legend text color (defaults to ImPlotCol_InlayText)
|
static int |
Line
plot line/outline color (defaults to next unused color in current colormap)
|
static int |
MarkerFill
marker fill color (defaults to the current line color)
|
static int |
MarkerOutline
marker outline color (defaults to the current line color)
|
static int |
PlotBg
plot area background color (defaults to ImGuiCol_WindowBg)
|
static int |
PlotBorder
plot area border color (defaults to ImGuiCol_Border)
|
static int |
Query
box-query color (defaults to green)
|
static int |
Selection
box-selection color (defaults to yellow)
|
static int |
TitleText
plot title text color (defaults to ImGuiCol_Text)
|
static int |
XAxis
x-axis label and tick lables color (defaults to ImGuiCol_Text)
|
static int |
XAxisGrid
x-axis grid color (defaults to 25% ImPlotCol_XAxis)
|
static int |
YAxis
y-axis label and tick labels color (defaults to ImGuiCol_Text)
|
static int |
YAxis2
2nd y-axis label and tick labels color (defaults to ImGuiCol_Text)
|
static int |
YAxis3
3rd y-axis label and tick labels color (defaults to ImGuiCol_Text)
|
static int |
YAxisGrid
y-axis grid color (defaults to 25% ImPlotCol_YAxis)
|
static int |
YAxisGrid2
2nd y-axis grid/label color (defaults to 25% ImPlotCol_YAxis2)
|
static int |
YAxisGrid3
3rd y-axis grid/label color (defaults to 25% ImPlotCol_YAxis3)
|
public static final int Line
public static final int Fill
public static final int MarkerOutline
public static final int MarkerFill
public static final int ErrorBar
public static final int FrameBg
public static final int PlotBg
public static final int PlotBorder
public static final int LegendBg
public static final int LegendBorder
public static final int LegendText
public static final int TitleText
public static final int InlayText
public static final int XAxis
public static final int XAxisGrid
public static final int YAxis
public static final int YAxisGrid
public static final int YAxis2
public static final int YAxisGrid2
public static final int YAxis3
public static final int YAxisGrid3
public static final int Selection
public static final int Query
public static final int Crosshairs
public static final int COUNT