Vcl.Imaging.GIFImg.TGIFImage.GlobalColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property GlobalColorMap: TGIFColorMap read GetColorMap;

C++

__property TGIFColorMap* GlobalColorMap = {read=GetColorMap};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFImage

Description

Specifies the global color map of the GIF images.

The GlobalColorMap read-only property specifies the global color map of the GIF images stored in the TGIFImage instance.

See Also