Vcl.Imaging.GIFImg.TGIFHeader.BackgroundColorIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BackgroundColorIndex: BYTE read FLogicalScreenDescriptor.BackgroundColorIndex  write SetBackgroundColorIndex;

C++

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

Properties

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

Description

Specifies the GIF background color index.

The BackgroundColorIndex property specifies the background color index of the GIF image to which the TGIFHeader instance corresponds.

The value of BackgroundColorIndex is an index in the global GIF color map specified through the ColorMap property.

See Also