TreeItem.setCustomBgColor

Sets the given column's custom background color and whether to just use it as an outline.

struct TreeItem
@nogc nothrow
void
setCustomBgColor
(
in long column
,
in Color color
,
in bool just_outline = false
)

Meta