Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Static Public Member Functions
agg::comp_op_rgba_soft_light< ColorT, Order > 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_mask = color_type::base_mask }
typedef ColorT color_type
typedef Order order_type
typedef color_type::value_type value_type
typedef color_type::calc_type calc_type
typedef color_type::long_type long_type

Static Public Member Functions

static AGG_INLINE void blend_pix (value_type *p, unsigned r, unsigned g, unsigned b, unsigned a, unsigned cover)

template<class ColorT, class Order>
struct agg::comp_op_rgba_soft_light< ColorT, Order >


Member Typedef Documentation

template<class ColorT , class Order >
typedef color_type::calc_type agg::comp_op_rgba_soft_light< ColorT, Order >::calc_type
template<class ColorT , class Order >
typedef ColorT agg::comp_op_rgba_soft_light< ColorT, Order >::color_type
template<class ColorT , class Order >
typedef color_type::long_type agg::comp_op_rgba_soft_light< ColorT, Order >::long_type
template<class ColorT , class Order >
typedef Order agg::comp_op_rgba_soft_light< ColorT, Order >::order_type
template<class ColorT , class Order >
typedef color_type::value_type agg::comp_op_rgba_soft_light< ColorT, Order >::value_type

Member Enumeration Documentation

template<class ColorT , class Order >
enum agg::comp_op_rgba_soft_light::base_scale_e
Enumerator:
base_shift 
base_mask 

Member Function Documentation

template<class ColorT , class Order >
static AGG_INLINE void agg::comp_op_rgba_soft_light< ColorT, Order >::blend_pix ( value_type p,
unsigned  r,
unsigned  g,
unsigned  b,
unsigned  a,
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