I’m having trouble figuring this out. There is no timeline in the Widget editor. I tried the linear color lerp but that gives an instant change. I set up a makeshift timer to delay the calls to avoid 1call/tick. But that just delays the call and the lerp is instant.
I want to make the function bound to the text widget slowly interpolate between random colors at a particular rate. Smoothly, not instantly. I tried generating a clamped 0-1 Alpha, but that didn’t really help me cuz it basically adjusts the opacity, not the rate.
I’m aiming for something like a flowing rainbow I suppose?
Here’s what I’ve done so far, not hooked up or anything ATM cuz I can’t get the desired behaviour.
The Ease function looked promising, but it doesn’t take a linear color as an interpolation input.
Any ideas? At this point I’m getting either an epilepsy inducing flashing per frame, or a delayed one off change in the color.