Make animate color work with RGBA so can animate alpha as well.
new Rectangle(100,100,black.toAlpha(.1)).center().animate({
color:black
})
Make animate color work with RGBA so can animate alpha as well.
new Rectangle(100,100,black.toAlpha(.1)).center().animate({
color:black
})