Creates a color map function that interpolates between two colors.
The input colors.
The starting color.
The ending color.
A function that takes a value t (0 to 1) and returns an interpolated color.
Generated using TypeDoc
Creates a color map function that interpolates between two colors.