IADLXDisplayGamutChangedListener

The IADLXDisplayGamutChangedListener interface is implemented in the application to receive an event from ADLX when the display gamut changes.

InterfaceId:

N/A

Smart Pointer Interface Name:

N/A

Inherits:

N/A

Inherited By:

N/A

An instance of the implemented IADLXDisplayGamutChangedListener interface must be passed to AddDisplayGamutEventListener to register for notifications when the display gamut changes.

For more information about subscribing for event notifications, refer to Subscribing to Event Notifications using ADLX .

Methods

Method

Description

OnDisplayGamutChanged

The OnDisplayGamutChanged method is called by ADLX when the display gamut changes.

Requirements

Header

include “IDisplays.h”

Minimum version

1.0

Example

To see how to use this interface in a C++ application, refer to the DisplayEvents C++ sample .

For a C application, refer to the DisplayEvents C sample .

For a C# application, refer to the DisplayEvents C# sample .

For a Java application, refer to the DisplayEvents Java sample .

For a Python application, refer to the DisplayEvents Python sample .