Vcl.Imaging.GIFImg.TGIFFrame.ActiveColorMap

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

Delphi

property ActiveColorMap: TGIFColorMap read GetActiveColorMap;

C++

__property TGIFColorMap* ActiveColorMap = {read=GetActiveColorMap};

プロパティ

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

説明

現在のカラーマップを指定します。

ActiveColorMap specifies the color map used for the image contained by the current GIF frame. If the image contains at least one color, ActiveColorMap has the value of the image's color map. Otherwise, ActiveColorMap refers the global color map. ActiveColorMap は現在の GIF フレームに含まれる画像のために使われるカラーマップを示します。 もしその画像がすくなくとも1色を含んでいたのなら、 ActiveColorMap は画像のカラーマップの値を持ちます。そうでなければ ActiveColorMap はグローバルカラーマップを参照します。

関連項目