Vcl.Imaging.GIFImg.PalArray

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

type PalArray = array [0..255] of tagPALETTEENTRY;

C++

typedef System::StaticArray<tagPALETTEENTRY, 256> PalArray;

Properties

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

Description

PalArray is an array of TPaletteEntry elements.

A variable of type PalArray can store an array of elements of type TPaletteEntry.

See Also