Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Static Public Member Functions
agg::copy_or_blend_rgba_wrapper< Blender > Struct Template Reference

#include <agg_pixfmt_rgba.h>

List of all members.

Public Types

enum  base_scale_e { base_shift = color_type::base_shift, base_scale = color_type::base_scale, base_mask = color_type::base_mask }
typedef Blender::color_type color_type
typedef Blender::order_type order_type
typedef color_type::value_type value_type
typedef color_type::calc_type calc_type

Static Public Member Functions

static AGG_INLINE void copy_or_blend_pix (value_type *p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha)
static AGG_INLINE void copy_or_blend_pix (value_type *p, unsigned cr, unsigned cg, unsigned cb, unsigned alpha, unsigned cover)

template<class Blender>
struct agg::copy_or_blend_rgba_wrapper< Blender >


Member Typedef Documentation

template<class Blender >
typedef color_type::calc_type agg::copy_or_blend_rgba_wrapper< Blender >::calc_type
template<class Blender >
typedef Blender::color_type agg::copy_or_blend_rgba_wrapper< Blender >::color_type
template<class Blender >
typedef Blender::order_type agg::copy_or_blend_rgba_wrapper< Blender >::order_type
template<class Blender >
typedef color_type::value_type agg::copy_or_blend_rgba_wrapper< Blender >::value_type

Member Enumeration Documentation

template<class Blender >
enum agg::copy_or_blend_rgba_wrapper::base_scale_e
Enumerator:
base_shift 
base_scale 
base_mask 

Member Function Documentation

template<class Blender >
static AGG_INLINE void agg::copy_or_blend_rgba_wrapper< Blender >::copy_or_blend_pix ( value_type p,
unsigned  cr,
unsigned  cg,
unsigned  cb,
unsigned  alpha 
) [inline, static]
template<class Blender >
static AGG_INLINE void agg::copy_or_blend_rgba_wrapper< Blender >::copy_or_blend_pix ( value_type p,
unsigned  cr,
unsigned  cg,
unsigned  cb,
unsigned  alpha,
unsigned  cover 
) [inline, static]

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines