#ifndef _LLXDO_TOOLKIT_ #define _LLXDO_TOOLKIT_ #include namespace net { namespace lliurex { namespace llxdo { namespace toolkit { /*! Sets rgb source color using unsigned byte as input */ void set_source_rgb_ub(cairo_t * cairo,unsigned char r,unsigned char g,unsigned char b); } } } } #endif