Vcl.Imaging.GIFImg.TGIFFrame.ActiveColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ActiveColorMap: TGIFColorMap read GetActiveColorMap;

C++

__property TGIFColorMap* ActiveColorMap = {read=GetActiveColorMap};

Properties

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

Description

Specifies the current color map.

ActiveColorMap specifies the color map used for the image contained by the current GIF frame. If the image contains at least one color, ActiveColorMap has the value of the image's color map. Otherwise, ActiveColorMap refers the global color map.

See Also