Skip to content

IADLXDisplay3DLUTChangedListener

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplay3DLUTChangedListener interface is implemented in the application to receive an event from ADLX when the display 3D LUT changes.

InterfaceId:N/A
Smart Pointer Interface Name:N/A
Inherits:N/A
Inherited By:N/A

An instance of the implemented IADLXDisplay3DLUTChangedListener interface must be passed to AddDisplay3DLUTEventListener to register for notifications when the display 3D LUT changes.

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

Methods

MethodDescription
OnDisplay3DLUTChangedThe OnDisplay3DLUTChanged method is called by ADLX when the display 3D LUT changes.

Requirements

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

Subpages

  • OnDisplay3DLUTChanged - The OnDisplay3DLUTChanged method is called by ADLX when the display 3D LUT changes.

API Reference

This page references: