Given two colors, interpolate between them using a t value between 0 and 1. 0 returns color1, 1 returns color2, and anything in between returns a mixture.
first color
second color
t value between 0 and 1
interpolated color
Given two colors, interpolate between them using a t value between 0 and 1. 0 returns color1, 1 returns color2, and anything in between returns a mixture.