Vcl.Imaging.GIFImg.TNetscapeColorLookup.Lookup

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

Delphi

function Lookup(Red, Green, Blue: BYTE; var R, G, B: BYTE): Byte; override;

C++

virtual System::Byte __fastcall Lookup(System::Byte Red, System::Byte Green, System::Byte Blue, System::Byte &R, System::Byte &G, System::Byte &B);

プロパティ

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

説明

色をカラーマップのパレットに変換します。

カラーマップのパレット中の RedGreen 、 そして Blue パラメータによって指定された色の配置を変換するために Lookup を呼び出してください。

結果の色は RGB 引数によって指定されます。

関連項目