RemapTable Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

long RemapTable(long lIndex);

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets an array of remap values in the RemapIntensity dialog box. This array serves as a lookup table that is updated by the RemapIntensity dialog box unless REMAPINTENSITY_AUTOPROCESS is set in the UIFlags property before calling ShowRemapIntensityDlg method.

Intensity levels range from 0 to the value of RemapTableSize property - 1. The current intensity values correspond to the table indexes. The values of the entries are the new values to be applied.

See Also

Elements

ShowRemapIntensityDlg method, Channel property, RemapTableSize property