Vcl.Imaging.GIFImg.TGIFHeader.SetBackgroundColorIndex

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetBackgroundColorIndex(Index: BYTE);

C++

void __fastcall SetBackgroundColorIndex(System::Byte Index);

Properties

Type Visibility Source Unit Parent
procedure
function
class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFHeader

Description

Represents the setter method for the BackgroundColorIndex property.

The SetBackgroundColorIndex method represents the setter method for the BackgroundColorIndex property.

See Also