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

#include <agg_gradient_lut.h>

List of all members.

Public Types

typedef rgba8 color_type

Public Member Functions

 color_interpolator (const color_type &c1, const color_type &c2, unsigned len)
void operator++ ()
color_type color () const

template<>
struct agg::color_interpolator< rgba8 >


Member Typedef Documentation


Constructor & Destructor Documentation

agg::color_interpolator< rgba8 >::color_interpolator ( const color_type c1,
const color_type c2,
unsigned  len 
) [inline]

Member Function Documentation

color_type agg::color_interpolator< rgba8 >::color ( ) const [inline]
void agg::color_interpolator< rgba8 >::operator++ ( ) [inline]

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