MaskTable Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

long MaskTable (long lIndex);

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 MaskTable [i] is non-zero, then HueTable [i], SaturationTable [i], and ValueTable [i] are valid for i pixel remapping. LEADTOOLS will update this table in the RemapHue dialog box unless REMAPHUE_AUTOPROCESS is set in the UIFlags property before calling the ShowRemapHueDlg method. The length of the table is in RemapTableSize property.

See Also

Elements

ShowRemapHueDlg method, HueTable property, SaturationTable property, ValueTable property, RemapTableSize property