BitmapEnableTransparency property (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL BitmapEnableTransparency

Overview

Refer to Playing an Animation.

Remarks

Enables or disables the use of a transparent color when playing an animation.

The color is specified by the BitmapTransparentColor property. The use of transparency can be different for each bitmap in a list (but it is usually the same).

Value

Meaning

TRUE

Enable transparency.

FALSE

Disable transparency.

See Also

Elements:

BitmapDelay property, BitmapDisposalMethod property, BitmapTransparentColor property

Topics:

Raster Images: Playing Animated Images

 

Implementing Transparency