I'm looking for any way to switch mac screen to black and white mode programmatically.
Asked
Active
Viewed 187 times
0
-
http://stackoverflow.com/questions/1047114/how-do-i-use-a-uisegmentedcontrol-to-switch-views – Tirth Jan 21 '15 at 08:07
-
http://stackoverflow.com/questions/9110567/switching-viewcontrollers-with-uisegmentedcontrol-in-ios5 – Tirth Jan 21 '15 at 08:07
-
I need switch mac screen (with other apps), not screen of my app – Linkorn Jan 21 '15 at 08:21
1 Answers
0
Function CGDisplayForceToGray and blacktree-nocturne sources has helped me.

Linkorn
- 417
- 1
- 4
- 13
-
1
-
It was non-public function in the Core Graphics framework. Now we have real grayscale mode, check https://github.com/rkbhochalya/grayscale-mode or apple script way https://discussions.apple.com/thread/252763839 – Linkorn Nov 29 '22 at 05:35