Click or drag to resize

GH_GradientAddGrip Method (Double)

Add a new grip to the gradient. The colour of the grip will be picked so that there is no difference to the gradient, though this is not actually possible when the interpolation mode is not linear.

Namespace:  Grasshopper.GUI.Gradient
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_Grip AddGrip(
	double t
)

Parameters

t
Type: SystemDouble
Grip parameter.

Return Value

Type: GH_Grip
See Also