Function TreeItem.setCustomBgColor

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

void setCustomBgColor (
  const(long) column,
  const(Color) color,
  const(bool) just_outline = false
) nothrow @nogc;