ALRPoints
ALRPoints 會指定環境光線回應 (ALR) 曲線資料。
曲線是由環境光感應器偵測到的亮度(lux)和亮度變化百分比所定義。
注意
如需 Windows 11 或更新版本功能,例如「目前感測」,請參閱 Microsoft-Windows-Sensors-Core 。
值
ALR_curve 。 |
環境光線曲線是字串值。 如需產生 ALR_curve 字串的資訊,請參閱 整合環境光線感應器與執行 Windows 10 的電腦。 |
您也可以使用下列格式手動產生ALR_curve :00+ Change_in_brightness_1,Lux_measurement_1,Change_in_brightness_2,Lux_measurement_2,Change_in_brightness_3,Lux_measurement_3 ... .
Change_in_brightness 是根據顯示器亮度基準變更的百分比。 這是 8 位數的十六進位數位。 例如,00000096 = 目前亮度等級的 150%。
Lux_measurement 是環境光感應器偵測到的亮度(lux)。 例如,000003E8 = 1000 lux。
有效的組態傳遞
特殊化
父階層
microsoft-windows-mobilepc-sensors-api-AdaptiveBrightness | | ALRPoints
套用至
如需此元件支援的 Windows 版本和架構清單,請參閱 microsoft-windows-mobilepc-sensors-api- 。
XML 範例
下列 XML 輸出範例示範如何設定下列 ALR 曲線:
當環境光感應器偵測到 10 lux 時,將螢幕調整為 10% 的基準亮度等級。
當環境光感應器偵測到 40 lux 時,將螢幕調整為 40% 的基準亮度等級。
當環境光感應器偵測到 68 lux 時,將螢幕調整為 80% 的基準亮度等級。
<ALRCurveVersion>2</ALRCurveVersion>
<ALRPoints>000000000a0000000a00000028000000280000005000000044</ALRPoints>
<DisplayResponseInterval>60000</DisplayResponseInterval>
<IlluminanceChangeSensitivity>20</IlluminanceChangeSensitivity>