API:Vcl.Imaging.GIFImg.TGrayScaleLookup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Palette: hPalette); override;

C++

__fastcall virtual TGrayScaleLookup(HPALETTE Palette);

Properties

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

Description

Creates an instance of the TColorLookup class.

Vcl.Imaging.GIFImg.TGrayScaleLookup.Create inherits from Vcl.Imaging.GIFImg.TColorLookup.Create. All content below this line refers to Vcl.Imaging.GIFImg.TColorLookup.Create.

Creates an instance of the TColorLookup class.

Call Create to create an instance of the TColorLookup class.

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

See Also