Add an OCIO Grading Transform Node
This commit is contained in:
@@ -25,6 +25,9 @@
|
||||
#include "node/color/colormanager/colormanager.h"
|
||||
|
||||
namespace olive {
|
||||
ColorProcessor::ColorProcessor()
|
||||
{
|
||||
}
|
||||
|
||||
ColorProcessor::ColorProcessor(ColorManager *config, const QString &input, const ColorTransform &transform)
|
||||
{
|
||||
|
||||
@@ -42,12 +42,14 @@ public:
|
||||
};
|
||||
|
||||
ColorProcessor(ColorManager* config, const QString& input, const ColorTransform& dest_space);
|
||||
ColorProcessor();
|
||||
|
||||
DISABLE_COPY_MOVE(ColorProcessor)
|
||||
|
||||
static ColorProcessorPtr Create(ColorManager* config, const QString& input, const ColorTransform& dest_space);
|
||||
|
||||
OCIO::ConstProcessorRcPtr GetProcessor();
|
||||
void SetProsessor(OCIO::ConstProcessorRcPtr processor) { processor_ = processor; };
|
||||
|
||||
void ConvertFrame(FramePtr f);
|
||||
void ConvertFrame(Frame* f);
|
||||
|
||||
Reference in New Issue
Block a user