Hi !
I'm trying to "lerp" a sprite color during time. I tried first with Tint/ Set color etc, but I can't get at start the color I want.
For example, I want to start with R:G:B 104:133:27. But applying an effect on a blank sprite give me a totaly different color even if I put 104:133:27 in the effect parameters.
So I'm stuck at the start, It's my first time using effects and I'm a bit lost.
I'm looking for a color transition based on a duration :
1 -> 104:133:27
2 -> 182:17:70 (5sec after)
3 -> 209:184:91(5sec after)
Is it possible ? Should I use an enormous sprite with the color transition ?
Thanks !