Vcl.Imaging.GIFImg.PalArray

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type PalArray = array [0..255] of tagPALETTEENTRY;

C++

typedef System::StaticArray<tagPALETTEENTRY, 256> PalArray;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

PalArray ist ein Array mit TPaletteEntry-Elementen.

Eine Variable des Typs PalArray kann ein Array mit Elementen des Typs TPaletteEntry speichern.

Siehe auch