Vcl.Imaging.GIFImg.TFastColorLookup.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(Palette: hPalette); override;

C++

__fastcall virtual TFastColorLookup(HPALETTE Palette);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TFastColorLookup

Beschreibung

Erzeugt eine Instanz der Klasse TFastColorLookup.

Mit Create erstellen Sie eine Instanz der Klasse TFastColorLookup.

Das Argument Palette gibt ein Handle für die bei der Farbzuordnung verwendete Palette an.

Siehe auch