Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Candle on Thu 08/12/2005 16:18:58

Title: TintScreen (100, 50, 50);
Post by: Candle on Thu 08/12/2005 16:18:58
What would give me almost black screen?
TintScreen (100, 50, 50);
Thank you for the help, been playing with it but can only get colors i don't want. lol
Title: Re: TintScreen (100, 50, 50);
Post by: Maverick on Thu 08/12/2005 17:00:31
If I'm not mistaken the values 0 , 0, 0 normally returns black in drawing programs but in AGS
TintScreen(0,0,0);
will return you to the original room state so you have to play around with the parameters a little to find the right setting you want.

Edit:
:-[ Sorry. You got to it before I could fix my mess.

Title: Re: TintScreen (100, 50, 50);
Post by: Candle on Thu 08/12/2005 17:12:33
Thanks but thats a no go.

Pass (0, 0, 0) to turn off the tinting and go back to how the screen normally looks.