IADLXDisplayVariBright
The IADLXDisplayVariBright interface configures Vari-Bright settings on a display.
InterfaceId: |
IADLXDisplayVariBright |
Smart Pointer Interface Name: |
IADLXDisplayVariBrightPtr |
Inherits: |
|
Inherited By: |
N/A |
Vari-Bright saves power by adaptively adjusting the display brightness based on image content.
The color fidelity is retained by adjusting gamma levels to compensate for changes in brightness.
Vari-Bright is available on non-OLED eDP panels.
Methods
Method |
Description |
---|---|
Checks if the balanced Vari-Bright preset is used on a display. |
|
Checks if the maximize battery Vari-Bright preset is used on a display. |
|
Checks if the maximized brightness Vari-Bright preset is used on a display. |
|
Checks if the optimized battery Vari-Bright preset is used on a display. |
|
Checks if the optimized brightness Vari-Bright preset is used on a display. |
|
Checks if Vari-Bright is enabled on a display. |
|
Checks if Vari-Bright can be configured on a display. |
|
Sets the balanced Vari-Bright preset on a display. |
|
Sets the Vari-Bright to enabled or disabled on a display. |
|
Sets the maximize battery Vari-Bright preset on a display. |
|
Sets the maximize brightness Vari-Bright preset on a display. |
|
Sets the optimize battery Vari-Bright preset on a display. |
|
Sets the optimize brightness Vari-Bright preset on a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the DisplayVariBright C++ sample .
For a C application, refer to the DisplayVariBright C sample .