Click or drag to resize

DynamicFontGetOutlineColor Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.DynamicFont.GetOutlineColor"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetOutlineColor is deprecated. Use the OutlineColor property instead.")]
public Color GetOutlineColor()

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.DynamicFont.GetOutlineColor"]

See Also