Vcl.Imaging.GIFImg.TInverseLookup

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

説明

TInverseLookupTFastColorLookup クラスで内部的に使用されます。

TInverseLookup 型は、TFastColorLookup クラスで内部的に使用されます。

関連項目