#include <agg_blur.h>
List of all members.
Public Types |
| typedef ColorT | color_type |
| typedef CalculatorT | calculator_type |
| typedef color_type::value_type | value_type |
| typedef calculator_type::value_type | calc_type |
Public Member Functions |
| template<class Img > |
| void | blur_x (Img &img, double radius) |
| template<class Img > |
| void | blur_y (Img &img, double radius) |
| template<class Img > |
| void | blur (Img &img, double radius) |
template<class ColorT, class CalculatorT>
class agg::recursive_blur< ColorT, CalculatorT >
Member Typedef Documentation
template<class ColorT , class CalculatorT >
template<class ColorT , class CalculatorT >
template<class ColorT , class CalculatorT >
template<class ColorT , class CalculatorT >
Member Function Documentation
template<class ColorT , class CalculatorT >
template<class Img >
template<class ColorT , class CalculatorT >
template<class Img >
template<class ColorT , class CalculatorT >
template<class Img >
The documentation for this class was generated from the following file: