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)
Syntaxpublic GH_Grip AddGrip(
	double t
)
Public Function AddGrip ( 
	t As Double
) As GH_Grip
Parameters
- t
 - Type: SystemDouble
Grip parameter. 
Return Value
Type: 
GH_Grip
See Also