enum ImGui::ImGuiCol
Defined in:
types.cr
Enum Members
-
Text =
0
-
TextDisabled =
1
-
WindowBg =
2
-
ChildBg =
3
-
Border =
5
-
BorderShadow =
6
-
FrameBg =
7
-
FrameBgHovered =
8
-
FrameBgActive =
9
-
TitleBg =
10
-
TitleBgActive =
11
-
TitleBgCollapsed =
12
-
ScrollbarBg =
14
-
ScrollbarGrab =
15
-
ScrollbarGrabHovered =
16
-
ScrollbarGrabActive =
17
-
CheckMark =
18
-
SliderGrab =
19
-
SliderGrabActive =
20
-
Button =
21
-
ButtonHovered =
22
-
ButtonActive =
23
-
Separator =
27
-
SeparatorHovered =
28
-
SeparatorActive =
29
-
ResizeGrip =
30
-
ResizeGripHovered =
31
-
ResizeGripActive =
32
-
Tab =
33
-
TabHovered =
34
-
TabActive =
35
-
TabUnfocused =
36
-
TabUnfocusedActive =
37
-
PlotLines =
38
-
PlotLinesHovered =
39
-
PlotHistogram =
40
-
PlotHistogramHovered =
41
-
TableBorderStrong =
43
-
TableBorderLight =
44
-
TableRowBg =
45
-
TableRowBgAlt =
46
-
TextSelectedBg =
47
-
DragDropTarget =
48
-
NavHighlight =
49
-
NavWindowingHighlight =
50
-
NavWindowingDimBg =
51
-
ModalWindowDimBg =
52
Instance Method Summary
Instance Method Detail
def
modal_window_dim_bg?
#
def
nav_windowing_dim_bg?
#
def
nav_windowing_highlight?
#
def
plot_histogram_hovered?
#
def
plot_lines_hovered?
#
def
resize_grip_active?
#
def
resize_grip_hovered?
#
def
scrollbar_grab_active?
#
def
scrollbar_grab_hovered?
#
def
slider_grab_active?
#
def
tab_unfocused_active?
#
def
table_border_light?
#
def
table_border_strong?
#
def
title_bg_collapsed?
#