Fade To Color Action

From FSDeveloper Wiki
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.
  • Show when a trigger fires during testing.

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.