ImageEn, unit iexColorCurve

TIEColorCurve.ScaleHist

TIEColorCurve.ScaleHist

Declaration

property ScaleHist: THistogramScale;

Description

Specify the histogram plot scale.
Use iehsLinearClipped or iehsLogarithmic on images with a heavy background color (e.g. many pure white pixels), which may otherwise create a flat histogram with a spike at one end.

Default: iehsLinear

Example

// Improve range of histogram display for poorly weighted images
IEColorCurve1.ScaleHist := iehsLinearClipped;
IEColorCurve1.Update();

See Also

HistogramHeight
Scale
THistogramScale