Skip to content

FadingGroup_FadeOut

method

Delphi
procedure FadingGroup_FadeOut (FadingGroupId: LongInt);
C++Builder
void __fastcall FadingGroup_FadeOut(System::LongInt FadingGroupId);
C#
public void FadingGroup_FadeOut(int FadingGroupId);
VB.NET
Public Sub FadingGroup_FadeOut(FadingGroupId As Integer)
C++/Qt
void FadingGroup_FadeOut (int FadingGroupId);

Starts fading out the group: the assigned overlays (and the main video if included) progressively disappear over the duration of the group, following its easing curve, from the current level to 100% (fully faded out). The fade runs asynchronously; use FadingGroup_IsFading or the OnFadingCompleted event to detect the completion.