GH_ColourCubeBlend Method |
Inteprolate between two colours.
Namespace:
Grasshopper.GUI.Base
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public Color Blend(
Color A,
Color B,
double t
)
Public Function Blend (
A As Color,
B As Color,
t As Double
) As Color
Parameters
- A
- Type: System.DrawingColor
First colour. - B
- Type: System.DrawingColor
Second colour. - t
- Type: SystemDouble
Interpolation parameter.
Return Value
Type:
ColorInterpolated colour.
See Also