TSmoothStretchOption

TSmoothStretchOption

type TSmoothStretchOption = (ssBestQuality, ssBestPerformance);

Unit
TeCanvas

Description
Optionally used by the SmoothStretch global method.

Determines which algorithm will be used to smooth pixels.

"ssBestQuality" uses "Lanczos3" filter, while "ssBestPerformance" uses a regular and faster "Triangle" filter.