Click or drag to resize

TreeItemSetCustomBgColor Method

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

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetCustomBgColor(
	int column,
	Color color,
	bool justOutline = false
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetCustomBgColor(System.Int32,Godot.Color,System.Boolean)"]

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.TreeItem.SetCustomBgColor(System.Int32,Godot.Color,System.Boolean)"]

justOutline (Optional)
Type: SystemBoolean

[Missing <param name="justOutline"/> documentation for "M:Godot.TreeItem.SetCustomBgColor(System.Int32,Godot.Color,System.Boolean)"]

See Also