Click or drag to resize

GradientGetColor Method

Returns the color of the ramp color at index point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color GetColor(
	int point
)

Parameters

point
Type: SystemInt32

[Missing <param name="point"/> documentation for "M:Godot.Gradient.GetColor(System.Int32)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Godot.Gradient.GetColor(System.Int32)"]

See Also