Vcl.Imaging.GIFImg.TGIFHeader.BackgroundColorIndex

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

Delphi

property BackgroundColorIndex: BYTE read FLogicalScreenDescriptor.BackgroundColorIndex  write SetBackgroundColorIndex;

C++

__property System::Byte BackgroundColorIndex = {read=FLogicalScreenDescriptor.BackgroundColorIndex, write=SetBackgroundColorIndex, nodefault};

プロパティ

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

説明

GIF の背景色のインデックスを示します。

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

The value of BackgroundColorIndex is an index in the global GIF color map specified through the ColorMap property.

関連項目