GH_Gradient.ColourAt Method

GH_GradientColourAt Method

Evaluate the colour at a specific parameter.

Namespace:  Grasshopper.GUI.Gradient
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public Color ColourAt(
	double t
)
Public Function ColourAt ( 
	t As Double
) As Color

Parameters

t
Type: SystemDouble
Parameter to evaluate.

Return Value

Type: Color
The colour at the given parameter.
See Also