RemapTable property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

unsigned RemapTable [int n];

Delphi Syntax

RemapTable [n:Integer]: Word;

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 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:

RemapIntensity method, RemapTableSize property

Topics:

Raster Images: Modifying Intensity Values