Click or drag to resize

ThemeSetColor Method

Sets the theme's Color to color at name in node_type.

Does nothing if the theme does not have node_type.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetColor(
	string name,
	string nodeType,
	Color color
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Godot.Theme.SetColor(System.String,System.String,Godot.Color)"]

nodeType
Type: SystemString

[Missing <param name="nodeType"/> documentation for "M:Godot.Theme.SetColor(System.String,System.String,Godot.Color)"]

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.Theme.SetColor(System.String,System.String,Godot.Color)"]

See Also