IADLXDisplayGamutChangedEvent

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:* returns the reference counted display used by all the methods in this interface to check if there are any changes.

Methods

Method

Description

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.

Requirements

Header

include “IDisplays.h”

Minimum version

1.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 .