FadingGroup_SetFadeColor
Delphi
procedure FadingGroup_SetFadeColor (FadingGroupId: LongInt; FadeToRGBColor: LongInt);
C++Builder
void __fastcall FadingGroup_SetFadeColor(System::LongInt FadingGroupId, System::LongInt FadeToRGBColor);
C#
public void FadingGroup_SetFadeColor(int FadingGroupId, int FadeToRGBColor);
VB.NET
Public Sub FadingGroup_SetFadeColor(FadingGroupId As Integer, FadeToRGBColor As Integer)
C++/Qt
void FadingGroup_SetFadeColor (int FadingGroupId, int FadeToRGBColor);
Sets the solid RGB color the main video fades to when the group includes the main video (see FadingGroup_IncludeMainVideo).
The default fade color is black. This setting does not affect the overlays assigned to the group, which fade through alpha modulation.