21 void rgb2hex(
float r,
float g,
float b,
char *cstring,
char* opacity);
void rgb2hex(float r, float g, float b, char *cstring, char *opacity)
char * hue2rgb(real hue, char *color)
int colorxlate(char *str, gvcolor_t *color, color_type_t target_type)
void hue2rgb_real(real hue, real *color)