Vcl.Imaging.GIFImg.TGIFColorMap.ImportColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ImportColorMap(const Map: TColorMap; ACount: integer);

C++

void __fastcall ImportColorMap(const TColorMap Map, int ACount);

Properties

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

Description

Imports a color map structure into the Data color map.

Use ImportColorMap to import the color map given through the Map argument into the Data color map. The number of colors in Map is specified through the ACount argument.

Note: All items in the Data color map are removed, using the Clear method, prior to importing the Map color map structure.

See Also