Vcl.Imaging.GIFImg.TGIFFrame.Palette

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Palette: HPALETTE read GetPalette write SetPalette;

C++

__property HPALETTE Palette = {read=GetPalette, write=SetPalette, nodefault};

Properties

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

Description

Indicates the color palette of an image.

The Palette property specifies the color palette of the image contained by the GIF frame.

See Also