Vcl.Imaging.GIFImg.TInverseLookup

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

TInverseLookup is used internally in the TFastColorLookup class.

The TInverseLookup type is used internally in the TFastColorLookup class.

See Also