RemapHueMaskTable property (LEADDlgColor Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT RemapHueMaskTable [L_UINT uIndex]

Delphi Syntax

RemapHueMaskTable [uIndex: L_UINT ]: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Lookup table that identifies which values in the Hue, Saturation, and Value Lookup tables are valid. For example, if RemapHueMaskTable [i] is non-zero, then RemapHueHTable [i], RemapHueSTable [i], and RemapHueVTable [i] are valid for i pixel remapping. 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 the table is in the RemapHueTableSize property.

See Also

Elements:

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

Topics:

Imaging Common Dialogs: Properties, Methods, and Events