AnimationBackColor property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Visual J++ example

Syntax OLE_COLOR AnimationBackColor

Overview:  Refer to Playing an Animation.

Remarks

Background color for animation playback.

This property applies to the temporary target bitmap that LEADTOOLS creates for animation playback.

This property is initialized when you take any of the following actions which create or replace the control's bitmap list:

When you load an animated GIF file, the initial value is based on the global background color specified in the file. Otherwise, the default is black.

When you save an animated GIF file, this value is saved as a global value in the file.

When setting this property, you can specify a COLORREF value (the return value of the RGB function), or you can specify a palette index (based on the AnimationPalette property) as explained in Using Palette Indexes As Color Values.

See Also

Elements:  AnimationBitsPerPixel property, AnimationPalette property, AnimationWidth property, AnimationHeight property

Topics:  Raster Images: Saving Files
Raster Images: Getting and Setting File Information

Raster Images: Playing Animated Images