I know it's possible to tint the entire screen (with the TintScreen function), but is there any way to change the saturation of the screen as well?
I'm trying to change a room from day to night (and back again, according to a timer) but the night version looks odd when I tint it without reducing the saturation as well (too much colour :P).
I have a horrible feeling I'm going to have to make a less saturated background and use that during the night period, but if anyone knows a way to change the screen saturation that would make it much easier.
Thanks in advance! ;)
It's almost impossible to get a totally realistic looking night-time image just by manipulating the colours. For best results, I'd recommend creating a night-time background as a second background for the room, and using RawDrawFrameTransparent (http://www.adventuregamestudio.co.uk/manual/RawDrawFrameTransparent.htm) to fade between them.
Thanks for that (I thought as much :'()Ã, ;)