Vcl.Imaging.GIFImg.TGIFFrame.ActiveColorMap

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property ActiveColorMap: TGIFColorMap read GetActiveColorMap;

C++

__property TGIFColorMap* ActiveColorMap = {read=GetActiveColorMap};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Beschreibung

Legt die aktuelle Farbzuordnung fest.

ActiveColorMap legt die Farbzuordnung fest, die für das von dem aktuellen GIF-Frame enthaltene Bild verwendet wird. Wenn das Bild mindestens eine Farbe enthält, hat ActiveColorMap den Wert der Bild-Farbzuordnung. Ansonsten verweist ActiveColorMap auf die globale Farbzuordnung.

Siehe auch