Vcl.Imaging.GIFImg.TColormapReverse

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

type TColormapReverse = array [0..255] of Byte;

C++

typedef System::StaticArray<System::Byte, 256> TColormapReverse;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
array
typedef
public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg Vcl.Imaging.GIFImg

Beschreibung

TColormapReverse wird intern von der Klasse TGIFColorMap verwendet.

Der Typ TColormapReverse wird intern von der Methode MapImages der Klasse TGIFColorMap verwendet.

Siehe auch