Fade Colors on a Polygon using the Game Loop
One of the features I need to implement is to smoothly change the fill/stroke color of a polygon, like this: A manual approach In order to better understand the mechanics, I built my own fading PoC. First, one would need to build the polygon: In this particular case, I have a text field and a…