Vcl.Imaging.GIFImg.TColormapReverse
Delphi
type 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.