GH_Grip Constructor (Double, Color, Color) |
Initializes a new instance of the
GH_Grip class
Namespace:
Grasshopper.GUI.Gradient
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_Grip(
double parameter,
Color colourLeft,
Color colourRight
)
Public Sub New (
parameter As Double,
colourLeft As Color,
colourRight As Color
)
Parameters
- parameter
- Type: SystemDouble
- colourLeft
- Type: System.DrawingColor
- colourRight
- Type: System.DrawingColor
See Also