Click or drag to resize

TextEditGetKeywordColor Method

Returns the Color of the specified keyword.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color GetKeywordColor(
	string keyword
)

Parameters

keyword
Type: SystemString

[Missing <param name="keyword"/> documentation for "M:Godot.TextEdit.GetKeywordColor(System.String)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.TextEdit.GetKeywordColor(System.String)"]

See Also