Performs a cubic interpolation between two colors.
'Declaration
Public Shared Function SmoothStep( _
ByVal As ColorF, _
ByVal As ColorF, _
ByVal As System.Single _
) As ColorF
public static ColorF SmoothStep(
ColorF ,
ColorF ,
System.float
)
Parameters
- start
- Start color.
- end
- End color.
- amount
- Value between 0 and 1 indicating the weight of .
Return Value
The cubic interpolation of the two colors.