Vcl.Imaging.GIFImg.TGIFHeader.BackgroundColor

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

Delphi

property BackgroundColor: TColor read GetBackgroundColor

C++

__property System::Uitypes::TColor BackgroundColor = {read=GetBackgroundColor, write=SetBackgroundColor, nodefault};

プロパティ

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

説明

GIF の背景色を示します。

BackgroundColor プロパティは TGIFHeader インスタンスが対応している GIF イメージの背景色を表します。

関連項目