Anti-Grain Geometry Tutorial
agg::recursive_blur< ColorT, CalculatorT > Class Template Reference

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)
 

Detailed Description

template<class ColorT, class CalculatorT>
class agg::recursive_blur< ColorT, CalculatorT >

Definition at line 1068 of file agg_blur.h.


The documentation for this class was generated from the following file: