API:Vcl.Imaging.GIFImg.TGrayWindowsLookup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Palette: hPalette); override;

C++

__fastcall virtual TGrayWindowsLookup(HPALETTE Palette);

Properties

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

Description

Creates an instance of the TSlowColorLookup class.

Vcl.Imaging.GIFImg.TGrayWindowsLookup.Create inherits from Vcl.Imaging.GIFImg.TSlowColorLookup.Create. All content below this line refers to Vcl.Imaging.GIFImg.TSlowColorLookup.Create.

Creates an instance of the TSlowColorLookup class.

Call Create to create an instance of the TSlowColorLookup class.

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

See Also