Vcl.Imaging.GIFImg.TGIFFrame.GetPalette

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetPalette: HPALETTE;

C++

HPALETTE __fastcall GetPalette();

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 palette to be used by the image.

GetPalette returns the color palette for the image contained by the frame.

See Also