RemapIntensityTable property (LEADDlgColor Control)
Builder Syntax |
L_UINT RemapIntensityTable[L_UINT uIndex] |
Delphi Syntax |
RemapIntensityTable [uIndex: L_UINT ]: L_UINT |
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 DLG_REMAPINTENSITY_AUTOPROCESS is set in the DlgFlags property before calling the ShowRemapIntensityDlg method.
Intensity levels range from 0 to the value of RemapIntensityTableSize 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, RemapIntensityTableSize property, Channel property |
Topics: |