I have been trying to make a RGB effect with a color using DOTween, i have research about DOVirtual.Color but i havent found anything i got the 3 first parameters, but what means "TweenCallback onVirtualUpdate" ?? Image of the function
I have try to put some values to update while is in runtime the tween or a function tu get a color parameter but nothing had succes
The duration of the tween can be several frames. The callback onVirtualUpdate is a function that will be called every frame and contains the current color.