BB FlashBack SDK: FBRecorder

LowColorDepth

Description

The color depth to be used in recordings.

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.

Syntax

[C#/C++]
public: Long LowColorDepth;

[VB.NET]
Public Property LowColorDepth As Integer

Remarks

This property specifies the bits per pixel. Possible values:

LowColorDepth (bits per pixel)

Bits per channel (RGB)

3

1

6

2

9

3

12

4

15

5

18

6

21

7

24

8

 

See Also

FBRecorder::UseLowColorDepth