Vcl.Imaging.GIFImg.TGIFColorMap.GetColor

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

Delphi

function GetColor(Index: integer): TColor;

C++

System::Uitypes::TColor __fastcall GetColor(int Index);

プロパティ

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

説明

Colors 配列内の指定されたインデックスの要素を返します。

GetColor は、Colors 配列内の Index で指定したインデックスの要素を返す内部メソッドです。

関連項目