Click or drag to resize

TreeItemSetCustomColor Method

Sets the given column's custom color.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetCustomColor(
	int column,
	Color color
)

Parameters

column
Type: SystemInt32

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

color
Type: GodotColor

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

See Also