Vcl.Imaging.GIFImg.TGIFFrame.GetActiveColorMap

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetActiveColorMap: TGIFColorMap;

C++

TGIFColorMap* __fastcall GetActiveColorMap(void);

Properties

Type Visibility Source Unit Parent
function class protected
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TGIFFrame

Description

Returns the color map for the current image.

GetActiveColorMap returns the current color map, if it contains at least one color, or the global color map, otherwise.

See Also