Click or drag to resize

GradientGetColors Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Gradient.GetColors"]

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

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.Gradient.GetColors"]

See Also