AdaptiveBrightness contains settings related to adaptive brightness.

Adaptive brightness changes the brightness of a monitor or display based on the ambient light.

Child Elements

ALRPoints

Specifies the ambient light response (ALR) curve data.

DisplayResponseInterval

Specifies the minimum time, in milliseconds, between changes in display brightness due to lighting conditions.

IlluminanceChangeSensitivity

Specifies the percentage change in illuminance (lux) required to cause a change in display brightness. Specified in percentage change since the last change in display brightness.

Valid Passes

specialize

Parent Hierarchy

Applies To

For the list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-MobilePC-Sensors-API.

XML Example

The following sample XML output shows how to set adaptive brightness:

  Copy Code
<ALRPoints>000000000a0000000a00000028000000280000005000000044</ALRPoints>
<DisplayResponseInterval>60000</DisplayResponseInterval>
<IlluminanceChangeSensitivity>20</IlluminanceChangeSensitivity>
  Copy Code

See Also