public final class ImPlotCol
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
AxisBg
background color of axis hover region (defaults to transparent)
|
static int |
AxisBgActive
axis active color (defaults to ImGuiCol_ButtonActive)
|
static int |
AxisBgHovered
axis hover color (defaults to ImGuiCol_ButtonHovered)
|
static int |
AxisGrid
axis grid color (defaults to 25% ImPlotCol_AxisText)
|
static int |
AxisText
axis label and tick lables color (defaults to ImGuiCol_Text)
|
static int |
AxisTick
axis tick color (defaults to AxisGrid)
|
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 |
Selection
box-selection color (defaults to yellow)
|
static int |
TitleText
plot title text color (defaults to ImGuiCol_Text)
|
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 AxisText
public static final int AxisGrid
public static final int AxisTick
public static final int AxisBg
public static final int AxisBgHovered
public static final int AxisBgActive
public static final int Selection
public static final int Crosshairs
public static final int COUNT