Grasshopper API
GH_GradientAddGrip Method (Double, Color, Color) |
Add a new bi-colour grip.
Namespace: Grasshopper.GUI.Gradient
Assembly: Grasshopper (in Grasshopper.dll)

public GH_Grip AddGrip( double t, Color c0, Color c1 )
Public Function AddGrip ( t As Double, c0 As Color, c1 As Color ) As GH_Grip
Parameters
- t
- Type: SystemDouble
Parameter for grip. - c0
- Type: System.DrawingColor
Left colour of grip. - c1
- Type: System.DrawingColor
Right colour of grip.
Return Value
Type: GH_Grip