Improve mask visibility selection in GUI

This commit is contained in:
Pandagrapher
2019-01-19 14:11:12 +01:00
parent 9d1104517b
commit fc6e4ceaf1
17 changed files with 309 additions and 263 deletions

View File

@@ -484,6 +484,8 @@ public:
virtual void updateUnLock() = 0;
virtual void setLocallabMaskVisibility(int locallColorMask, int locallExpMask) = 0;
/** Creates and returns a Crop instance that acts as a window on the image
* @param editDataProvider pointer to the EditDataProvider that communicates with the EditSubscriber
* @return a pointer to the Crop object that handles the image data trough its own pipeline */