Click or drag to resize

TreeItemSetIconModulate Method

Modulates the given column's icon with modulate.

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

Parameters

column
Type: SystemInt32

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

modulate
Type: GodotColor

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

See Also