audio wave icons, viewer wave image, 7 lib updates, tweak file size
[goodguy/history.git] / cinelerra-5.1 / cinelerra / appearanceprefs.C
index 90b39c0028d568a651e4dd368514a7eeac8fb232..0960bb308dc253b786563a77875b3a94839fedd4 100644 (file)
@@ -135,6 +135,12 @@ void AppearancePrefs::create_objects()
                x, y));
        x = x0;
        y += 35;
+       add_subwindow(new BC_Bar(5, y,  get_w()/2 - 30));
+       y += 15;
+
+       add_subwindow(new BC_Title(x, y, _("Color:"), LARGEFONT,
+               resources->text_default));
+       y += 35;
        add_subwindow(title = new BC_Title(x, y, _("Highlighting Inversion color:")));
        x += title->get_w() + margin;
        char hex_color[BCSTRLEN];
@@ -539,6 +545,7 @@ int HighlightInverseColor::handle_event()
 const char *YuvColorSpace::color_space[] = {
        N_("BT601"),
        N_("BT709"),
+       N_("BT2020"),
 };
 
 YuvColorSpace::YuvColorSpace(int x, int y, PreferencesWindow *pwindow)