Hi,
I would like to impliment a system into my game that shifts the color based on the user's current time of day.
currently I use a function that finds the average between two colors and sets the color based on the multiplier variable. How would I make more than two colors used per day?
Say I had X number of color points. How would I find the proper color based on the time of day?
Basically I draw a transparent rectangle over the screen to give the impression of a global lightsource. This tints the whole screen and can give cool effects.
Sorry if this is unclear, most of my games are more abstract art based.....
I would like to impliment a system into my game that shifts the color based on the user's current time of day.
currently I use a function that finds the average between two colors and sets the color based on the multiplier variable. How would I make more than two colors used per day?
Say I had X number of color points. How would I find the proper color based on the time of day?
Basically I draw a transparent rectangle over the screen to give the impression of a global lightsource. This tints the whole screen and can give cool effects.
Sorry if this is unclear, most of my games are more abstract art based.....