BB FlashBack SDK: FBInsertVideoFileParameters

PaddingColor

Description

Returns and sets the color used to pad the inserted video to the dimensions of the movie.
 

Syntax

[C#/C++]
public ulong PaddingColor

[VB.NET]
Public Property PaddingColor As Long
 

Remarks

The padding used depends on the Position property.

Colors are specified in a long as a Win32 COLORREF value, which can be created by an RGB macro - see Win32 Platform SDK documentation.
 

See Also

FBInsertVideoFileProperties::Position