Vcl.Imaging.GIFImg.TInverseLookup
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 |
説明
TInverseLookup は TFastColorLookup クラスで内部的に使用されます。
TInverseLookup 型は、TFastColorLookup クラスで内部的に使用されます。
関連項目