Skip to content

IADLXDisplayGammaChangedEvent

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayGammaChangedEvent interface provides methods to check if the gamma setting of a display is changed.

InterfaceId:IADLXDisplayGammaChangedEvent
Smart Pointer Interface Name:IADLXDisplayGammaChangedEventPtr
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 gamma setting is changed.
IsDeGammaChangedChecks if the de-gamma of a display is changed.
IsGammaCoefficientChangedChecks if the gamma coefficient of a display is changed.
IsGammaRampChangedChecks if the gamma ramp of a display is changed.
IsReGammaChangedChecks if the re-gamma 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

API Reference

This page references: