Saving of Locallab tool parameters in .pp3 file
- Control spot panel parameters are now saved in .pp3 file - Control spot curved are now visible when Locallab tool panel is active, not visible otherwise Limitations: - Other Locallab tool parameters aren't saved in .pp3 file yet - Locallab tools are temporary deactivated (time to end procparam update)
This commit is contained in:
@@ -242,6 +242,8 @@ protected:
|
||||
bool HHutili;
|
||||
bool curveutili;
|
||||
|
||||
std::string prevmdfive;
|
||||
Glib::ustring datal;
|
||||
int **dataspot;
|
||||
int maxdata;
|
||||
std::string *retistr;
|
||||
@@ -252,6 +254,7 @@ protected:
|
||||
std::string *skinstr;
|
||||
std::string *pthstr;
|
||||
std::string *exstr;
|
||||
std::string *name;
|
||||
|
||||
LUTi circrads;
|
||||
LUTi centerx;
|
||||
@@ -467,7 +470,7 @@ public:
|
||||
void getMonitorProfile(Glib::ustring& profile, RenderingIntent& intent) const;
|
||||
void setSoftProofing(bool softProof, bool gamutCheck);
|
||||
void getSoftProofing(bool &softProof, bool &gamutCheck);
|
||||
void setSharpMask (bool sharpMask);
|
||||
void setSharpMask(bool sharpMask);
|
||||
bool updateTryLock()
|
||||
{
|
||||
return updaterThreadStart.trylock();
|
||||
|
Reference in New Issue
Block a user