如何调节笔记本显示器的屏幕亮度
我的应用程序中有一个滑动条来调整笔记本显示器上的屏幕亮度,但我发现互联网上的那些文章正在调整伽玛值,其行为并不像按键盘上的特殊键。有办法做到吗?提前致谢。
这是我找到的一些链接。
I have a slide bar to adjust the brightness of the screen on notebook displays in my application, but I found those articles from internet are adjusting the Gamma value, the behavior is not really like pressing the special key in keyboard. Is there a way to do it? Thanks in advance.
Here is some links what I found.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
非常奇怪的是,有一种方法可以通过软件来做到这一点 - 它可能由笔记本电脑的 BIOS 控制,而 Windows 不会与该 BIOS 挂钩。
Very unikely that there is a way to do it with software - it's probably controlled by the laptops BIOS, which windows will not have hooks into.
如果您的应用程序适用于 Linux,您可以通过查看代码了解屏幕亮度小程序的工作原理。
If your app is for Linux you could see how the Screen Brightness applet works by looking at the code.