Type of the function returned by colorLerp function. the parameter t is a value between 0.0 and 1.0.
t
typedef LerpFunction = TrueColor Function(double t);