BB FlashBack SDK: FBBitmapProperties

TransparentColor

Description

Returns and sets the transparent color in the bitmap.
 

Syntax

[C#/C++]
public ulong TransparentColor

[VB.NET]
Public Property TransparentColor As Long
 

Remarks

When UseTransparentColor is set to True, all pixels of the specified color become completely transparent.

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

FBBitmapProperties::UseTransparentColor