Skip to content

IADLXDisplay3DLUTChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplay3DLUTChangedEvent interface gets a display interface on which the 3D LUT is changed.

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

Note: GetDisplay returns the reference counted display used by all the methods in this interface to check if there are any changes.

Methods

MethodDescription
GetDisplayGets the reference counted display interface on which the 3D LUT is changed.
IsCustom3DLUTChangedChecks if the custom 3D LUT for panel calibration of a display is changed.
IsSCEChangedChecks if the color enhancement of a display is changed.

Requirements

Headerinclude “IDisplays.h”
Minimum version1.0

Example

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

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

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

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

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

Subpages

  • GetDisplay - Gets the reference counted display interface on which the 3D LUT is changed.
  • IsCustom3DLUTChanged - Checks if the custom 3D LUT for panel calibration of a display is changed.
  • IsSCEChanged - Checks if the color enhancement of a display is changed.

API Reference

This page references: