GH_GradientColourAt Method |
Evaluate the colour at a specific parameter.
Namespace:
Grasshopper.GUI.Gradient
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public Color ColourAt(
double t
)
Public Function ColourAt (
t As Double
) As Color
Parameters
- t
- Type: SystemDouble
Parameter to evaluate.
Return Value
Type:
ColorThe colour at the given parameter.
See Also