Perform linear interpolation between RGB colors, [r,g,b] tuples of integers 0 <= r,g,b <= 255.
initial RGB color
final RGB color
parameter 0 <= t <= 1
the RGB color whose components are linearly interpolated between corresponding components of c0 and c1 with parameter t, rounded to the nearest integer (half up)
Perform linear interpolation between RGB colors, [r,g,b] tuples of integers 0 <= r,g,b <= 255.