[]
Performs a cubic interpolation between two colors.
public static void SmoothStepRef(out ColorF result, ref ColorF start, ref ColorF end, float amount)
Public Shared Sub SmoothStepRef(ByRef result As ColorF, ByRef start As ColorF, ByRef [end] As ColorF, amount As Single)
| Type | Name | Description |
|---|---|---|
| ColorF | result | The cubic interpolation of the two colors. |
| ColorF | start | Start color. |
| ColorF | end | End color. |
| float | amount | Value between 0 and 1 indicating the weight of |