Frictional Games Forum (read-only)
FadeSephiaColorTo Help - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: FadeSephiaColorTo Help (/thread-14022.html)



FadeSephiaColorTo Help - DrOctoganapus8 - 03-16-2012

I have a current script in my intro to my mod where this is executed,

FadeImageTrailTo(2,1);
FadeSepiaColorTo(1,1);

I tried setting them back to zero later in the script but that did not work.
How can I change it back to defaults? Like normal color, and no image trail?

Nevermind I fixed it, thanks anyway!



RE: FadeSephiaColorTo Help - Linus Ă…gren - 03-16-2012

FadeSepiaColorTo(0.0f, 1);
FadeImageTrailTo(0.0f, 1); //Change 1 to how long you want the fade to take.