HistogramTable property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int HistogramTable [int iIndex]

Delphi Syntax

HistogramTable [iIndex:Integer]:LongInt

Overview

Refer to Using Histograms.

Remarks

(Read-only) Is a table that charts the number of occurrences of each intensity level in the bitmap.

Intensity levels range from 0 to the value of HistogramTableSize property - 1. The current intensity values correspond to the table indexes. You can load the table with values for red, green, blue, or all color channels. Use the GetHistogram method to update the table.

See Also

Elements:

HistogramTableSize property, GetHistogram method, HistogramGrayTable property

Topics:

Raster Images: Using Histograms

 

Changing Brightness and Contrast