Skip to main content

Module span_interpolator_trans

Module span_interpolator_trans 

Source
Expand description

Per-pixel transform span interpolator.

Port of agg_span_interpolator_trans.h — transforms every pixel individually through an arbitrary transformer. Unlike the linear interpolator which transforms only endpoints and interpolates, this calls transform() for each pixel.

Structs§

SpanInterpolatorTrans
Per-pixel transform span interpolator.