ImageEn, unit iexColorCurve

TIEColorCurve.HistogramHeight

TIEColorCurve.HistogramHeight


Declaration

property HistogramHeight: Integer;


Description

The height of the histogram (of the image colors) as a percentage of the control height.

Note: You must call Update after changing display properties.

Default: 90


Example

// Make histogram 50% of height of control
IEColorCurve1.HistogramHeight  := 50;
IEColorCurve1.Update();