Click or drag to resize

TextEditClearColors Method

Clears all custom syntax coloring information previously added with AddColorRegion(String, String, Color, Boolean) or AddKeywordColor(String, Color).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ClearColors()
See Also