Click or drag to resize

ItemListSetItemCustomFgColor Method

Sets the foreground color of the item specified by idx index to the specified Color.

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

Parameters

idx
Type: SystemInt32

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

customFgColor
Type: GodotColor

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

See Also