HappyFace
HappyFace

Reputation: 4133

How to programmatically apply color filters on the screen?

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).

enter image description here

Upvotes: 1

Views: 682

Answers (1)

Muskworker
Muskworker

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.

A search for 'color filters' in the Action Library, and the action 'Turn Color Filters On'

Then run it by using the system command shortcuts run "Set Color Filters" (or whatever you named it).

Upvotes: 0

Related Questions