Anti-Grain Geometry Tutorial
agg::span_pattern_gray< Source > Class Template Reference

Public Types

typedef Source source_type
 
typedef source_type::color_type color_type
 
typedef color_type::value_type value_type
 
typedef color_type::calc_type calc_type
 

Public Member Functions

 span_pattern_gray (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 v)
 
value_type alpha () const
 
void prepare ()
 
void generate (color_type *span, int x, int y, unsigned len)
 

Detailed Description

template<class Source>
class agg::span_pattern_gray< Source >

Definition at line 34 of file agg_span_pattern_gray.h.


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