Fade To Color Action

From FSDeveloper Wiki
Revision as of 16:58, 14 October 2021 by Mr LiamT (talk | contribs) (Created page for Fade To Color Action)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search


Fades a color over the whole viewport. Useful for teleports and testing.

FadeToColorAction

Fade to- or from a color.


ColorRGB RGB values from 0-255.
FadeToColor True: Color fades in
False: Color fades out (first the color is applied to the viewport, and then gets faded away).
FadeDuration Duration in seconds.

Possible uses

  • Fade to black for teleport.
  • Start the mission black and fade away.

Related

  • You can also fade colors with an RTC.

See MSFS Mission Script - Actions for an overview of actions and more info about actions in general.