Method Lerp
Lerp(ColorHSL, ColorHSL, float)
Linearly interpolates between the two given samples.
protected override ColorHSL Lerp(ColorHSL outputSampleMin, ColorHSL outputSampleMax, float t)Parameters
- outputSampleMinColorHSL
- The value when t is less than or equal to 0. 
- outputSampleMaxColorHSL
- The value when t is greater than or equal to 1. 
- tfloat
- The fraction of the minimum sample to use.