RemapHueTablesSize Property (ILEADRasterDlgClr)

Visual Basic example

Visual C++ example

 

Syntax

long RemapHueTablesSize

Overview

Refer to Using Imaging Common Dialogs

Remarks

Gets or sets the length of the RemapHue tables in the RemapHue dialog box. Possible values are:

Value

Meaning

65536

For 16-bit gray or 48-bit images.

4096

For 12-bit images.

256

For other-bits images.

The RemapHue tables for the RemapHue dialog are the HueTable, SaturationTable, ValueTable and the MaskTable.

To initialize the RemapHue dialog, set this property before calling the ShowRemapHueDlg method.

See Also

Elements

ShowRemapHueDlg method, RemapHue method, MaskTable property, HueTable property, SaturationTable property, ValueTable property