Vcl.Imaging.GIFImg.TGIFGraphicControlExtension.GetTransparentColor
Delphi
function GetTransparentColor: TColor;
C++
System::Uitypes::TColor __fastcall GetTransparentColor(void);
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| function | class protected | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | TGIFGraphicControlExtension |
説明
アクティブカラーマップ中から TransparentColorIndex のインデックスによって 見つかった色を返します。
GetTransparentColor メソッドは フレームの ActiveColorMap の中から TransparentColorIndex プロパティによって示されたインデックスで 見つかる色を返します。
関連項目