Skip to content

IADLXDisplayGamutChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayGamutChangedEvent interface provides methods to check if the gamut setting of a display is changed.

InterfaceId:IADLXDisplayGamutChangedEvent
Smart Pointer Interface Name:IADLXDisplayGamutChangedEventPtr
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 gamut setting is changed.
IsColorSpaceChangedChecks if the color space of the display gamut is changed.
IsWhitePointChangedChecks if the white point of the display gamut 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 gamut setting is changed.
  • IsColorSpaceChanged - Checks if the color space of the display gamut is changed.
  • IsWhitePointChanged - Checks if the white point of the display gamut is changed.

API Reference

This page references: