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§
- Span
Interpolator Trans - Per-pixel transform span interpolator.