Click or drag to resize

GradientInterpolate Method

Returns the interpolated color specified by offset.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Color Interpolate(
	float offset
)

Parameters

offset
Type: SystemSingle

[Missing <param name="offset"/> documentation for "M:Godot.Gradient.Interpolate(System.Single)"]

Return Value

Type: Color

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

See Also