backend color management on viewer

This commit is contained in:
itsmattkc
2019-08-30 00:19:11 +10:00
parent b8d46eeb34
commit a0484bf43e
5 changed files with 64 additions and 8 deletions
+3 -1
View File
@@ -33,6 +33,7 @@
#include "panel/project/project.h"
#include "project/item/footage/footage.h"
#include "project/item/sequence/sequence.h"
#include "render/colorservice.h"
#include "task/import/import.h"
#include "task/taskmanager.h"
#include "ui/style/style.h"
@@ -359,7 +360,8 @@ void Core::StartGUI(bool full_screen)
// When a new project is opened, update the mainwindow
connect(this, SIGNAL(ProjectOpened(Project*)), main_window_, SLOT(ProjectOpen(Project*)));
// Initialize color service
ColorService::Init();
}
Project *Core::GetActiveProject()