summaryrefslogtreecommitdiffstats
path: root/macosx/HBFilters.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2021-01-23 18:58:41 +0100
committerDamiano Galassi <[email protected]>2021-01-23 19:00:27 +0100
commit4398b700fcf384450d349c9d76e53bcc30799ce7 (patch)
tree7a1c751b571f9b54ba03ddb786f47ac75503cd20 /macosx/HBFilters.h
parentca260f666f0663997f72786a03a50f01ec7dc09f (diff)
MacGUI: add chroma smooth and colorspace filters UI.
Diffstat (limited to 'macosx/HBFilters.h')
-rw-r--r--macosx/HBFilters.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/macosx/HBFilters.h b/macosx/HBFilters.h
index 88f36901c..2cb605b7e 100644
--- a/macosx/HBFilters.h
+++ b/macosx/HBFilters.h
@@ -31,6 +31,10 @@ extern NSString * const HBFiltersChangedNotification;
@property (nonatomic, readwrite, copy) NSString *denoiseTune;
@property (nonatomic, readwrite, copy) NSString *denoiseCustomString;
+@property (nonatomic, readwrite, copy) NSString *chromaSmooth;
+@property (nonatomic, readwrite, copy) NSString *chromaSmoothTune;
+@property (nonatomic, readwrite, copy) NSString *chromaSmoothCustomString;
+
@property (nonatomic, readwrite, copy) NSString *sharpen;
@property (nonatomic, readwrite, copy) NSString *sharpenPreset;
@property (nonatomic, readwrite, copy) NSString *sharpenTune;
@@ -42,6 +46,9 @@ extern NSString * const HBFiltersChangedNotification;
@property (nonatomic, readwrite) BOOL grayscale;
+@property (nonatomic, readwrite, copy) NSString *colorspace;
+@property (nonatomic, readwrite, copy) NSString *colorspaceCustomString;
+
@property (nonatomic, readwrite, weak, nullable) NSUndoManager *undo;
@end