[]
Performs a cubic interpolation between two colors.
public static ColorF SmoothStep(ColorF start, ColorF end, float amount)
| Type | Name | Description |
|---|---|---|
| ColorF | start | Start color. |
| ColorF | end | End color. |
| float | amount | Value between 0 and 1 indicating the weight of |
| Type | Description |
|---|---|
| ColorF | The cubic interpolation of the two colors. |