1 2 3 4 5 6 7
#include <pango/pango.h> int main(int argc, char *argv[]) { gboolean ret = pango_color_parse(NULL, "#ffffff"); return 0; }