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

Public Types

typedef T value_type
 

Public Member Functions

AGG_INLINE void clear ()
 
template<class ArgT >
AGG_INLINE void add (const ArgT &v)
 
template<class ArgT >
AGG_INLINE void add (const ArgT &v, unsigned k)
 
template<class ArgT >
AGG_INLINE void sub (const ArgT &v)
 
template<class ArgT >
AGG_INLINE void calc_pix (ArgT &v, unsigned div)
 
template<class ArgT >
AGG_INLINE void calc_pix (ArgT &v, unsigned mul, unsigned shr)
 

Public Attributes

value_type r
 
value_type g
 
value_type b
 
value_type a
 

Detailed Description

template<class T = unsigned>
struct agg::stack_blur_calc_rgba< T >

Definition at line 208 of file agg_blur.h.


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