Anti-Grain Geometry - AGG (libagg)  2.5
Public Types | Public Member Functions
agg::span_solid< ColorT > Class Template Reference

#include <agg_span_solid.h>

List of all members.

Public Types

typedef ColorT color_type

Public Member Functions

void color (const color_type &c)
const color_typecolor () const
void prepare ()
void generate (color_type *span, int x, int y, unsigned len)

template<class ColorT>
class agg::span_solid< ColorT >


Member Typedef Documentation

template<class ColorT >
typedef ColorT agg::span_solid< ColorT >::color_type

Member Function Documentation

template<class ColorT >
void agg::span_solid< ColorT >::color ( const color_type c) [inline]
template<class ColorT >
const color_type& agg::span_solid< ColorT >::color ( ) const [inline]
template<class ColorT >
void agg::span_solid< ColorT >::generate ( color_type span,
int  x,
int  y,
unsigned  len 
) [inline]
template<class ColorT >
void agg::span_solid< ColorT >::prepare ( ) [inline]

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