public final class ImGuiTableBgTarget
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CellBg
Set cell background color (top-most color)
|
static int |
None |
static int |
RowBg0
Set row background color 0 (generally used for background, automatically set when ImGuiTableFlags_RowBg is used)
|
static int |
RowBg1
Set row background color 1 (generally used for selection marking)
|
public static final int None
public static final int RowBg0
public static final int RowBg1
public static final int CellBg