Click or drag to resize

TreeItemClearCustomColor Method

Resets the color for the given column to default.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ClearCustomColor(
	int column
)

Parameters

column
Type: SystemInt32

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

See Also