Click or drag to resize

ThemeClearColor Method

Clears the Color at name if the theme has node_type.

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

Parameters

name
Type: SystemString

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

nodeType
Type: SystemString

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

See Also