Vcl.Imaging.GIFImg.TFastColorLookup.Create

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

Delphi

constructor Create(Palette: hPalette); override;

C++

__fastcall virtual TFastColorLookup(HPALETTE Palette);

プロパティ

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

説明

TFastColorLookup クラスのインスタンスを作成します。

TFastColorLookup クラスのインスタンスを作成するために、 Create を呼び出してください。

Palette 引数は、カラー・マッパーによって使用されているパレットへのハンドルを設定します。

関連項目