First functionnal version of Spot-Removal tool

Still needs code cleanup, better algorithm and reantrance handling
This commit is contained in:
Hombre
2019-08-09 03:24:46 +02:00
parent e3052c67e2
commit 122e0b89be
7 changed files with 313 additions and 27 deletions

View File

@@ -1039,6 +1039,7 @@ struct SpotEntry {
float opacity;
SpotEntry();
float getFeatherRadius() const;
bool operator ==(const SpotEntry& other) const;
bool operator !=(const SpotEntry& other) const;