Vcl.Imaging.GIFImg.TGIFImage.BackgroundColorIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColorIndex: BYTE read GetBackgroundColorIndex write SetBackgroundColorIndex;

C++

__property System::Byte BackgroundColorIndex = {read=GetBackgroundColorIndex, write=SetBackgroundColorIndex, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Specifies the index of the background color to use when displaying the GIF images.

The BackgroundColorIndex property specifies the index of the background color to use when displaying the GIF images stored in the TGIFImage instance.

The value of BackgroundColorIndex is an index in the global GIF color map stored in the GlobalColorMap property.

See Also