Vcl.Imaging.GIFImg.TGIFColorMap.SetColor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetColor(Index: integer; Value: TColor);

C++

void __fastcall SetColor(int Index, System::Uitypes::TColor Value);

Properties

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

Description

Sets the element at the given index in the Colors array to the specified value.

SetColor is an internal method that sets the element at the index given through Index to the value specified by Value, in the Colors array.

See Also