Vcl.Imaging.GIFImg.TGIFColorMap.Delete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Delete(Index: integer);

C++

void __fastcall Delete(int Index);

Properties

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

Description

Deletes the color with the specified index from the Colors array.

Call Delete to delete the color with the index specified through the Index argument from the Colors array.