I’m trying to get something in my game to gradually and linearly change colors over time, but it’s more than two colors so lerp linear color doesn’t really work.
I tried this, but it also didn’t work:
incoming float goes from 0 to 1 in a couple seconds, but the color change doesn’t look like what I expected at all.
how to do so?







