Skip to content

FadingGroup_FadeIn

method

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

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