RemapTable property (ILEADRasterProcess)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder 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:

Range

Meaning

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.

The GetFunctionalLookupTable method updates this property based on values in the bitmap.

See Also

Elements:

RemapIntensity method, GetFunctionalLookupTable method

Topics:

Raster Images: Modifying Intensity Values