Click or drag to resize

GradientSetColor Method

Sets the color of the ramp color at index point.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetColor(
	int point,
	Color color
)

Parameters

point
Type: SystemInt32

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

color
Type: GodotColor

[Missing <param name="color"/> documentation for "M:Godot.Gradient.SetColor(System.Int32,Godot.Color)"]

See Also