Vcl.Imaging.GIFImg.TNetscapeColorLookup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Palette: hPalette); override;

C++

__fastcall virtual TNetscapeColorLookup(HPALETTE Palette);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.Imaging.GIFImg.pas
Vcl.Imaging.GIFImg.hpp
Vcl.Imaging.GIFImg TNetscapeColorLookup

Description

Creates an instance of the TNetscapeColorLookup class.

Call Create to create an instance of the TNetscapeColorLookup class.

The Palette argument specifies a handle to the palette used by the color mapper.

See Also