LerpFunction typedef

LerpFunction = TrueColor Function(double t)

Type of the function returned by colorLerp function. the parameter t is a value between 0.0 and 1.0.

Implementation

typedef LerpFunction = TrueColor Function(double t);