merge with dev
This commit is contained in:
@@ -259,7 +259,8 @@ protected:
|
||||
float colourToningSatLimitOpacity;
|
||||
bool lastspotdup;
|
||||
bool highQualityComputed;
|
||||
|
||||
cmsHTRANSFORM customTransformIn;
|
||||
cmsHTRANSFORM customTransformOut;
|
||||
public:
|
||||
|
||||
ImProcCoordinator ();
|
||||
@@ -418,6 +419,16 @@ public:
|
||||
return imgsrc;
|
||||
}
|
||||
|
||||
cmsHTRANSFORM& getCustomTransformIn ()
|
||||
{
|
||||
return customTransformIn;
|
||||
}
|
||||
|
||||
cmsHTRANSFORM& getCustomTransformOut ()
|
||||
{
|
||||
return customTransformOut;
|
||||
}
|
||||
|
||||
struct DenoiseInfoStore {
|
||||
DenoiseInfoStore() : chM(0), max_r{}, max_b{}, ch_M{}, valid(false) {}
|
||||
float chM;
|
||||
|
Reference in New Issue
Block a user