Vcl.Imaging.GIFImg.TColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type TColorMap = array of TGIFColor;

C++

typedef System::DynamicArray<TGIFColor> TColorMap;

Properties

Type Visibility Source Unit Parent
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Description

TColorMap is an array of TGIFColor.

A variable of type TColorMap can store an array of elements of type TGIFColor.

See Also