JCL Help:TStretchFilter

From Project JEDI Wiki
Jump to navigationJump to search


Summary

The summary for this help topic does not exist, edit this page

Pascal

 public TStretchFilter = (
sfNearest,
sfLinear,
sfSpline
);


Members

Members Description
sfNearest Nearest neighbor filter.
sfLinear Linear interpolation filter.
sfSpline Spline interpolation filter.


Description

When the bitmap is scaled, three different methods may be employed to interpolate colors in stretched fragment. In some functions, however, sfSpline mode may not be supported, if this is the case, sfSpline will be substituted with sfLinear.


See Also

TJclBitmap32.StretchFilter StretchTransfer


About

Unit

JclGraphics


Navigation

no pages or subcategories

Donator

Alex Denissov


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page