Vcl.Imaging.GIFImg.TMonochromeLookup.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Palette: hPalette); override;

C++

__fastcall virtual TMonochromeLookup(HPALETTE Palette);

Properties

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

Description

Creates an instance of the TMonochromeLookup class.

Call Create to create an instance of the TMonochromeLookup class.

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

See Also