Anti-Grain Geometry Tutorial
agg::recursive_blur_calc_rgba< T > Struct Template Reference
Collaboration diagram for agg::recursive_blur_calc_rgba< T >:

Public Types

typedef T value_type
 
typedef recursive_blur_calc_rgba< T > self_type
 

Public Member Functions

template<class ColorT >
AGG_INLINE void from_pix (const ColorT &c)
 
AGG_INLINE void calc (value_type b1, value_type b2, value_type b3, value_type b4, const self_type &c1, const self_type &c2, const self_type &c3, const self_type &c4)
 
template<class ColorT >
AGG_INLINE void to_pix (ColorT &c) const
 

Public Attributes

value_type r
 
value_type g
 
value_type b
 
value_type a
 

Detailed Description

template<class T = double>
struct agg::recursive_blur_calc_rgba< T >

Definition at line 1174 of file agg_blur.h.


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