GH_GradientAddGrip Method (Double, Color) |
Add a new single-colour grip.
Namespace:
Grasshopper.GUI.Gradient
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_Grip AddGrip(
double t,
Color c
)
Public Function AddGrip (
t As Double,
c As Color
) As GH_Grip
Parameters
- t
- Type: SystemDouble
Parameter for grip. - c
- Type: System.DrawingColor
Colour of grip.
Return Value
Type:
GH_GripSee Also