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 TGrayWindowsLookup class.

Call Create to create an instance of the TGrayWindowsLookup class.

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

See Also