Vcl.Imaging.GIFImg.TColormapReverse
Delphi
TColormapReverse = array[0..255] of byte;
C++
typedef System::StaticArray<System::Byte, 256> TColormapReverse;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
array typedef |
public | Vcl.Imaging.GIFImg.pas Vcl.Imaging.GIFImg.hpp |
Vcl.Imaging.GIFImg | Vcl.Imaging.GIFImg |
Description
TColormapReverse is used internally in the TGIFColorMap class.
The TColormapReverse type is used internally by the MapImages method of the TGIFColorMap class.