I am working with a three.js object that is currently a specific color and I would like to smoothly animate it to a different color. I want the animation to only display a direct transition between the initial and final colors without following a linear path in the RGB color space. I am unsure if a linear transition in the HSV color space would achieve the desired effect either.
Is there a way to achieve this type of color transition on a three.js object?