IADLXDisplayVariBright1
The IADLXDisplayVariBright1 interface configures Vari-Bright Scaling settings on a display.
InterfaceId: |
IADLXDisplayVariBright1 |
Smart Pointer Interface Name: |
IADLXDisplayVariBright1Ptr |
Inherits: |
|
Inherited By: |
N/A |
Vari-Bright Scaling adjusts Vari-Bright levels or strength subtly depending on system state and user preferences. The IADLXDisplayVariBright1 interface is obtained from the IADLXDisplayVariBright interface using QueryInterface .
Methods
Method |
Description |
---|---|
Checks if Backlight Adaptive Vari-Bright Scaling mode is enabled on a display. |
|
Checks if Backlight Adaptive Vari-Bright Scaling mode is supported on a display. |
|
Checks if Battery Life Vari-Bright Scaling mode is enabled on a display. |
|
Checks if Battery Life Vari-Bright Scaling mode is supported on a display. |
|
Checks if Full-Screen Video Vari-Bright Scaling mode is enabled on a display. |
|
Checks if Full-Screen Video Vari-Bright Scaling mode is supported on a display. |
|
Checks if Windows Power Mode Vari-Bright Scaling mode is enabled on a display. |
|
Checks if Windows Power Mode Vari-Bright Scaling mode is supported on a display. |
|
Sets Backlight Adaptive Vari-Bright Scaling mode enabled or disabled on a display. |
|
Sets Battery Life Vari-Bright Scaling mode enabled or disabled on a display. |
|
Sets Full-Screen Video Vari-Bright Scaling mode enabled or disabled on a display. |
|
Sets Windows Power Mode Vari-Bright Scaling mode enabled or disabled on a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.4 |
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 .