1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.zh/osx/brightness.md

16 lines
199 B
Markdown
Raw Normal View History

2019-02-26 11:08:16 +08:00
# brightness
2019-10-18 11:30:29 +08:00
> 获取或设置所有显示设备的亮度等级.
2019-02-26 11:08:16 +08:00
2019-10-19 14:12:27 +08:00
- 显示当前亮度:
2019-02-26 11:08:16 +08:00
`brightness -l`
- 设置亮度到 100%::
`brightness {{1}}`
- 设置亮度到 50%::
`brightness {{0.5}}`