MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / blur

Method blur

dep/agg/include/agg_blur.h:676–681  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674 //--------------------------------------------------------------------
675 template <class Img>
676 void blur(Img& img, unsigned radius)
677 {
678 blur_x(img, radius);
679 pixfmt_transposer<Img> img2(img);
680 blur_x(img2, radius);
681 }
682
683 private:
684 pod_vector<color_type> m_buf;

Callers 1

apply_slight_blurFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected