Vcl.Imaging.GIFImg.TGIFColorMap.Clear

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Clear;

C++

void __fastcall Clear();

Properties

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

Description

Removes all elements from the Colors array.

Call Clear to remove all elements from the Colors array.

Calling Clear sets the value of Count to zero and the value of Optimized to False.

See Also