Vcl.Imaging.GIFImg.TGIFColorMap.GetColor

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetColor(Index: integer): TColor;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFColorMap

Beschreibung

Gibt das Element am angegebenen Index aus dem Colors-Array zurück.

GetColor ist eine interne Methode, die das Element am in Index angegebenen Index im Colors-Array zurückgibt.

Siehe auch