RemapHueHTable property (LEADDlgColor Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT RemapHueHTable [L_UINT uIndex]

Delphi Syntax

RemapHueHTable [uIndex: L_UINT ]: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the Hue lookup table. If the RemapHueMaskTable table value for a particular pixel hue is non-zero, then the hue is changed to the corresponding entry in the RemapHueHTable property. LEADTOOLS will update this table in the RemapHue dialog box unless DLG_REMAPHUE_AUTOPROCESS is set in the DlgFlags property before calling the ShowRemapHueDlg method.

The length of this table is RemapHueTableSize.

See Also

Elements:

ShowRemapHueDlg method, RemapHueMaskTable property, RemapHueSTable property, RemapHueVTable property, RemapHueTableSize property.

Topics:

Imaging Common Dialogs: Properties, Methods, and Events