alias ImGui::TopLevel::ImGuiTableBgTarget
Alias Definition
ImGui::ImGuiTableBgTarget
Defined in:
types.crConstant Summary
-
CellBg =
3
-
Set cell background color (top-most color)
-
None =
0
-
RowBg0 =
1
-
Set row background color 0 (generally used for background, automatically set when ImGuiTableFlags_RowBg is used)
-
RowBg1 =
2
-
Set row background color 1 (generally used for selection marking)