|
typedef Source | source_type |
|
typedef source_type::color_type | color_type |
|
typedef source_type::order_type | order_type |
|
typedef color_type::value_type | value_type |
|
typedef color_type::calc_type | calc_type |
|
|
| span_pattern_rgba (source_type &src, unsigned offset_x, unsigned offset_y) |
|
void | attach (source_type &v) |
|
source_type & | source () |
|
const source_type & | source () const |
|
void | offset_x (unsigned v) |
|
void | offset_y (unsigned v) |
|
unsigned | offset_x () const |
|
unsigned | offset_y () const |
|
void | alpha (value_type) |
|
value_type | alpha () const |
|
void | prepare () |
|
void | generate (color_type *span, int x, int y, unsigned len) |
|
template<class Source>
class agg::span_pattern_rgba< Source >
Definition at line 34 of file agg_span_pattern_rgba.h.
The documentation for this class was generated from the following file: