Reputation: 4133
I can apply color filters to the whole screen using macOS settings. I want to do this programmatically.
I'm okay with using private APIs (this is for personal use).
Upvotes: 1
Views: 682
Reputation: 91
In Shortcuts, you can create a shortcut with the action "Set Color Filters" that can be configured to apply, disable, or toggle the filter.
Then run it by using the system command shortcuts run "Set Color Filters"
(or whatever you named it).
Upvotes: 0