Vcl.Imaging.GIFImg.TGIFImage.SetPalette

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPalette(Value: HPalette); override;

C++

virtual void __fastcall SetPalette(HPALETTE Value);

Properties

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

Description

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

The SetPalette method represents an internal setter method for the global GIF color palette.

See Also