Anti-Grain Geometry Tutorial
agg::gradient_lut< ColorInterpolator, ColorLutSize > Class Template Reference

Public Types

enum  { color_lut_size = ColorLutSize }
 
typedef ColorInterpolator interpolator_type
 
typedef interpolator_type::color_type color_type
 

Public Member Functions

void remove_all ()
 
void add_color (double offset, const color_type &color)
 
void build_lut ()
 
const color_type & operator[] (unsigned i) const
 

Static Public Member Functions

static unsigned size ()
 

Detailed Description

template<class ColorInterpolator, unsigned ColorLutSize = 256>
class agg::gradient_lut< ColorInterpolator, ColorLutSize >

Definition at line 119 of file agg_gradient_lut.h.


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