tx3g_get_color 2338 src/media_tools/text_import.c else if (!strcmp(att->name, "backgroundColor")) td.back_color = tx3g_get_color(import, att->value); tx3g_get_color 2416 src/media_tools/text_import.c else if (!strcmp(css_style, "color")) styles[nb_styles].text_color = tx3g_get_color(import, css_val); tx3g_get_color 2458 src/media_tools/text_import.c else if (!strcmp(att->name, "highlightColor")) gf_isom_text_set_highlight_color_argb(samp, tx3g_get_color(import, att->value));