Hello, i would like to know how to make animated color with fill canvas
i made 3 variables, R, G and B, each one add 1 value per 0.5 second.
Then Every Tick, Fill Canvas with Color are "rgb( 'R' , 'G' , 'B' )" and it didn't work, do you have idea how to fix it?
Thanks!