BB FlashBack SDK: FBExportToSWFParams

BitsCount

Description

Sets the color depth - the number of bits per pixel - used on export. More bits means a more accurate range of colors, but can mean a larger SWF file.

Syntax

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

[VB.NET]
Public Property BitsCount As Long

Remarks

When lossless compression is set via the ColorFormat property, the only valid values for BitsCount are 8, 16, 32. Behavior with other values is undefined.

When JPEG compression is set via the ColorFormat property, the only valid values for BitsCount are 8, 24. Behavior with other values is undefined.

 

See also

FBExportToSWFParams:ColorFormat