Hey guys,
I was wondering if I could get anyone’s help with interpolation over time between two Linear Color variables.
I have an Inventory Widget with two types of interactions.
If you click one of the occupied inventory slots, it should change the color to white, letting the player know that they can interact with it.
If you click anywhere outside of the slots, it should change the color to gray and disable the interaction.
I would like to smoothly interpolate between the two color variables, but I cannot get it to work…
Any input is greatly appreciated!
Thank you!