Skip to content

IADLXDisplayVariBright1

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayVariBright1 interface configures Vari-Bright Scaling settings on a display.

InterfaceId:IADLXDisplayVariBright1
Smart Pointer Interface Name:IADLXDisplayVariBright1Ptr
Inherits:IADLXDisplayVariBright
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

MethodDescription
IsBacklightAdaptiveEnabledChecks if Backlight Adaptive Vari-Bright Scaling mode is enabled on a display.
IsBacklightAdaptiveSupportedChecks if Backlight Adaptive Vari-Bright Scaling mode is supported on a display.
IsBatteryLifeEnabledChecks if Battery Life Vari-Bright Scaling mode is enabled on a display.
IsBatteryLifeSupportedChecks if Battery Life Vari-Bright Scaling mode is supported on a display.
IsFullScreenVideoEnabledChecks if Full-Screen Video Vari-Bright Scaling mode is enabled on a display.
IsFullScreenVideoSupportedChecks if Full-Screen Video Vari-Bright Scaling mode is supported on a display.
IsWindowsPowerModeEnabledChecks if Windows Power Mode Vari-Bright Scaling mode is enabled on a display.
IsWindowsPowerModeSupportedChecks if Windows Power Mode Vari-Bright Scaling mode is supported on a display.
SetBacklightAdaptiveEnabledSets Backlight Adaptive Vari-Bright Scaling mode enabled or disabled on a display.
SetBatteryLifeEnabledSets Battery Life Vari-Bright Scaling mode enabled or disabled on a display.
SetFullScreenVideoEnabledSets Full-Screen Video Vari-Bright Scaling mode enabled or disabled on a display.
SetWindowsPowerModeEnabledSets Windows Power Mode Vari-Bright Scaling mode enabled or disabled on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.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.

Subpages

API Reference

This page references: