Method Lerp
Lerp(TColor, TColor, float)
Linearly interpolates between the two given samples.
protected override TColor Lerp(TColor outputSampleMin, TColor outputSampleMax, float t)
Parameters
outputSampleMinTColorThe value when t is less than or equal to 0.
outputSampleMaxTColorThe value when t is greater than or equal to 1.
tfloatThe fraction of the minimum sample to use.
Returns
- TColor