histogram: implemented color management

This commit is contained in:
itsmattkc
2020-04-21 01:59:06 +10:00
parent bdb13e88f5
commit 0ced48d4df
11 changed files with 68 additions and 11 deletions
+3
View File
@@ -489,6 +489,9 @@ void ViewerGLWidget::SetupColorProcessor()
} else {
color_service_ = nullptr;
}
qDebug() << "Emitting" << std::static_pointer_cast<ColorProcessor>(color_service_).get();
emit ColorProcessorChanged(std::static_pointer_cast<ColorProcessor>(color_service_));
}
void ViewerGLWidget::ContextCleanup()