11int32_t
a_Color_parse (
const char *str, int32_t default_color,
int *err);
12int32_t
a_Color_vc(int32_t candidate, int32_t c1, int32_t c2, int32_t c3);
int32_t a_Color_parse(const char *str, int32_t default_color, int *err)
Parse a color string.
int32_t a_Color_vc(int32_t candidate, int32_t c1, int32_t c2, int32_t c3)
Return a suitable "visited link" color.