Click or drag to resize

ItemListSetItemIconModulate Method

Sets a modulating Color of the item associated with the specified index.

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

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.ItemList.SetItemIconModulate(System.Int32,Godot.Color)"]

modulate
Type: GodotColor

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

See Also