Win11 自动色彩管理(ACM)

【声明】CSDN只做转发不做时时更新,最新博客请关注博客园 Win11 自动色彩管理(ACM) - 唐宋元明清2188 - 博客园

在一些笔记本上Win11可以看到设置里有“自动管理应用的颜色”选项,有些笔记上没有。这里讲下“自动管理应用的颜色”的显示规则

看华为二合一MetaBook E设置界面显示:

“自动管理应用的颜色”与“颜色自适应”是一个功能?

不是,颜色自适应是要依赖环境颜色传感器来实现的,有环境颜色传感器Windows设置里才会显示“颜色自适应”选项。环境颜色传感器,我之前文章Surface参数矩阵里有介绍 Surface pro 11二合一平板参数调研 - 唐宋元明清2188 - 博客园

而“自动管理应用的颜色”是基于颜色配置文件,系统会自动管理应用显示时的屏幕颜色。

打开Surface pro 8对比,它设置里有“颜色自适应”、但没有“自动管理应用的颜色”选项。

“自动管理应用的颜色”选项显示,根据官网的相关内容Windows 中推进颜色管理的状态 - DirectX 开发人员博客,它是需要以下条件:

  1. Windows 11 版本 22H2 (10.0;Build 22621) 版本
  2. WDDM 驱动程序版本 3.0 或更高版本
  3. 支持的 GPU:
    • AMD的:
      • AMD RX 400 系列或更高版本
      • 带有 Radeon Graphics 的 AMD Ryzen 处理器
    • 英特尔
      • 集成:Intel 第 12 代 (Alder Lake) 或更高版本
      • Discrete:Intel DG1 或更高版本
    • 英伟达:NVIDIA GTX 10xx 或更高版本 (Pascal+)

除了Win11以及显示卡驱动,显卡要求更高的版本。另外如果我们GPU是Intel显卡,那Intel就要求12代以上,12代是比较新的芯片、支持大小核了。这么高的条件,所以目前市场上中高端配置的笔记本才支持“自动管理应用的颜色”选项

作者:唐宋元明清2188

出处:唐宋元明清2188 - 博客园

本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须在文章页面给出原文连接,否则保留追究法律责任的权利。

Description Emma is not very tidy with the desktop of her computer. She has the habit of opening windows on the screen and then not closing the application that created them. The result, of course, is a very cluttered desktop with some windows just peeking out from behind others and some completely hidden. Given that Emma doesn’t log off for days, this is a formidable mess. Your job is to determine which window (if any) gets selected when Emma clicks on a certain position of the screen. Emma’s screen has a resolution of 106 by 106. When each window opens its position is given by the upper-left-hand corner, its width, and its height. (Assume position (0,0) is the location of the pixel in the upper-left-hand corner of her desktop. So, the lower-right-hand pixel has location (999999, 999999).) Input Input for each test case is a sequence of desktop descriptions. Each description consists of a line containing a positive integer n, the number of windows, followed by n lines, n ≤ 100, describing windows in the order in which Emma opened them, followed by a line containing a positive integer m, the number of queries, followed by m lines, each describing a query. Each of the n window description lines contains four integers r, c, w, and h, where (r, c) is the row and column of the upper left pixel of the window, 0 ≤ r, c ≤ 999999, and w and h are the width and height of the window, in pixels, 1 ≤ w, h. All windows will lie entirely on the desktop (i.e., no cropping). Each of the m query description lines contains two integers cr and cc, the row and column number of the location (which will be on the desktop). The last test case is followed by a line containing 0. Output Using the format shown in the sample, for each test case, print the desktop number, beginning with 1, followed by m lines, one per query. The i-th line should say either “window k”, where k is the number of the window clicked on, or “background” if the query hit none of the windows. We assume that windows are numbered consecutively in the order in which Emma opened them, beginning with 1. Note that querying a window does not bring that window to the foreground on the screen. Sample Input 3 1 2 3 3 2 3 2 2 3 4 2 2 4 3 5 1 2 4 2 3 3 2 5 10 2 10 100 100 100 100 2 5 13 100 101 0 Sample Output Desktop 1: window 3 window 1 background window 2 Desktop 2: background window 2
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值