Vcl.Imaging.GIFImg.TInverseLookup

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TInverseLookup = array [0..65535] of SmallInt;

C++

typedef System::StaticArray<short, 65536> TInverseLookup;

Eigenschaften

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

Beschreibung

TInverseLookup wird intern von der Klasse TFastColorLookup verwendet.

Der Typ TInverseLookup wird intern von der Klasse TFastColorLookup verwendet.

Siehe auch