Hey all,
I want to change the color Bright Green to Dark Red over time (240 hours). The best way I can see is to change the hex combo from 00FF00 to FF0000.
I don't know how to dynamically count up to FF0000 from 00FF00 for the life of me. I'm looking over a 10 day period, so most likely over 240 hours to increment.
Can anyone help me out?
I never took an algorithms class so I think that might have something to do with this problem.
If you have a better way to do this, then let me know.
I am looking for some kind of code here. Thanks guys. It can be in any language but will inevitably be converted to C#.