In This Topic
Performs a cubic interpolation between two colors.
Syntax
'Declaration
Public Shared Sub SmoothStepRef( _
ByRef As ColorF, _
ByRef As ColorF, _
ByRef As ColorF, _
ByVal As System.Single _
)
public static void SmoothStepRef(
out ColorF ,
ref ColorF ,
ref ColorF ,
System.float
)
Parameters
- result
- The cubic interpolation of the two colors.
- start
- Start color.
- end
- End color.
- amount
- Value between 0 and 1 indicating the weight of .
See Also