Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.GetTransparentColor

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

Delphi

function GetTransparentColor: TColor;

C++

System::Uitypes::TColor __fastcall GetTransparentColor();

プロパティ

種類 可視性 ソース ユニット
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFGraphicControlExtension

説明

アクティブカラーマップ中から TransparentColorIndex のインデックスによって 見つかった色を返します。

GetTransparentColor メソッドは フレームの ActiveColorMap の中から TransparentColorIndex プロパティによって示されたインデックスで 見つかる色を返します。

関連項目