Click or drag to resize

ThemeGetColor Method

Returns the Color at name if the theme has node_type.

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

Parameters

name
Type: SystemString

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

nodeType
Type: SystemString

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

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.Theme.GetColor(System.String,System.String)"]

See Also