Color.Lerp
Linear interpolation is performed between the colors of From and To with the interpolation parameter T.

Properties
| Property Name | Description |
|---|---|
| From | Starting Color |
| To | End Color |
| T | The interpolation parameter Clamped between [0, 1]. |
| Result | Output result |