Vcl.Imaging.GIFImg.TGIFImage.GetPalette

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPalette: HPALETTE; override;

C++

virtual HPALETTE __fastcall GetPalette();

Properties

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

Description

Represents an internal getter method for the global GIF color palette.

The GetPalette method represents an internal getter method for the global GIF color palette.

See Also