RemapTable property (Main Control)

Visual Basic example
Visual C++ 4.0 example

Access 2.0 example

Access 95, 97 example
Visual J++ example

Syntax long RemapTable (long iIndex);

Overview:  Refer to Changing Brightness and Contrast.

Remarks

Is the lookup table that the RemapIntensity method uses to change the bitmap's intensity values.

Intensity levels range from:

0 to 255 for bitmaps other than 12 or 16-bit grayscale.

0 to 4095 for 12-bit bitmaps.

0 to 65535 for 16-bit bitmaps.

The current intensity values correspond to the table indexes. The values of the entries are the new values to be applied.

See Also

Elements:  RemapIntensity method, RemapTableSize property

Topics:  Raster Images: Modifying Intensity Values