Vcl.Imaging.GIFImg.TGIFColorMap.GetColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetColor(Index: integer): TColor;

C++

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

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFColorMap

Description

Returns the element at the given index in the Colors array.

GetColor is an internal method that returns the element at the index given through Index in the Colors array.

See Also