BB FlashBack SDK: FBTransitionProperties

FadeType

Description

Determines the type of transition used. The transition occurs between the frame it is inserted at and the following frame.

Syntax

[C#/C++]
public long FadeType;

[VB.NET]
Public Property FadeType As Integer

Remarks

Values for the property:

0 = fade through white. The movie will fade the frame where the transition is inserted to white, then fade from white to the frame after the insertion point and continue playback.

1 = fade through black. As above but fading through black.

2 = cross fade. Fades between the frame where the transition is inserted to the following frame.