I need to interpolate or change gradually a sequence of colors, so it goes from colorA to colorB to colorC to colorD and them back to colorA, this need to be based on time e
Separate the three components (RBG) and interpolate each separately, using the classical interpolation algorithm.