3 #include <svgpp/factory/integer_color.hpp>
7 typedef boost::tuple<unsigned char, unsigned char, unsigned char>
color_t;
17 typedef svgpp::factory::color::percentage_adapter<ColorFactoryBase>
ColorFactory;
Definition: base-context.h:8
svgpp::factory::color::percentage_adapter< ColorFactoryBase > ColorFactory
Definition: svgpp-color-factory.h:17
boost::tuple< unsigned char, unsigned char, unsigned char > color_t
Definition: svgpp-color-factory.h:7
Definition: svgpp-color-factory.h:9
static color_type create(unsigned char r, unsigned char g, unsigned char b)
Definition: svgpp-color-factory.h:12
color_t color_type
Definition: svgpp-color-factory.h:10