BB FlashBack SDK: FBRecorder

UseLowColorDepth

Description

Set to true to have FBRecorder record using the color depth value in the LowColorDepth property.

Syntax

[C#/C++]
public: Bool UseLowColorDepth;

[VB.NET]
Public Property UseLowColorDepth As Boolean

Remarks

By default FBRecorder records at 8bit colour depth. The UseLowColorDepth and LowColorDepth properties can be used to make reduced color recording that produce smaller file sizes.

See Also

FBRecorder::LowColorDepth