Enum ImPlotCol
Assembly: ImGui.NET.dll
View Source
Declaration
public enum ImPlotCol
Fields
Line
View Source
Declaration
Line = 0
Fill
View Source
Declaration
Fill = 1
MarkerOutline
View Source
Declaration
MarkerOutline = 2
MarkerFill
View Source
Declaration
MarkerFill = 3
ErrorBar
View Source
Declaration
ErrorBar = 4
FrameBg
View Source
Declaration
FrameBg = 5
PlotBg
View Source
Declaration
PlotBg = 6
PlotBorder
View Source
Declaration
PlotBorder = 7
LegendBg
View Source
Declaration
LegendBg = 8
LegendBorder
View Source
Declaration
LegendBorder = 9
LegendText
View Source
Declaration
LegendText = 10
TitleText
View Source
Declaration
TitleText = 11
InlayText
View Source
Declaration
InlayText = 12
AxisText
View Source
Declaration
AxisText = 13
AxisGrid
View Source
Declaration
AxisGrid = 14
AxisTick
View Source
Declaration
AxisTick = 15
AxisBg
View Source
Declaration
AxisBg = 16
AxisBgHovered
View Source
Declaration
AxisBgHovered = 17
AxisBgActive
View Source
Declaration
AxisBgActive = 18
Selection
View Source
Declaration
Selection = 19
Crosshairs
View Source
Declaration
Crosshairs = 20
COUNT
View Source
Declaration
COUNT = 21