Namespace:
Grasshopper.GUI.Gradient
Assembly:
Grasshopper (in Grasshopper.dll)
Syntaxpublic static Color Blend(
Color A,
Color B,
double t
)
Public Shared Function Blend (
A As Color,
B As Color,
t As Double
) As Color
Parameters
- A
- Type: System.DrawingColor
- B
- Type: System.DrawingColor
- t
- Type: SystemDouble
Return Value
Type:
Color
See Also