Skip to content

IADLXDisplayGamut

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayGamut interface provides methods to configure gamut on a display.

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

Examples of functionality in IADLXDisplayGamut interface include:

  • Discover the supported predefined color space settings.
  • Discover the current color space settings.
  • Change the color space settings.
  • Discover the supported predefined white point settings.
  • Discover the current color white point settings.
  • Change the white point settings.

Methods

MethodDescription
GetGamutColorSpaceGets the color space coordinates of a display.
GetWhitePointGets the white point coordinates (x, y) of a display.
IsCurrent5000kWhitePointChecks if the standard white point 5000k is used by a display.
IsCurrent6500kWhitePointChecks if the standard white point 6500k is used by a display.
IsCurrent7500kWhitePointChecks if the standard white point 7500k is used by a display.
IsCurrent9300kWhitePointChecks if the standard white point 9300k is used by a display.
IsCurrentAdobeRgbColorSpaceChecks if the standard color space Adobe RGB is used by a display.
IsCurrentCCIR2020ColorSpaceChecks if the standard color space CCIR2020 is used by a display.
IsCurrentCCIR601ColorSpaceChecks if the standard color space CCIR601 is used by a display.
IsCurrentCCIR709ColorSpaceChecks if the standard color space CCIR709 is used by a display.
IsCurrentCIERgbColorSpaceChecks if the standard color space sRGB is used by a display.
IsCurrentCustomColorSpaceChecks if a custom color space is used by a display.
IsCurrentCustomWhitePointChecks if a custom white point is used by a display.
IsSupported5000kWhitePointChecks if the standard white point 5000k is supported on a display.
IsSupported6500kWhitePointChecks if the standard white point 6500k is supported on a display.
IsSupported7500kWhitePointChecks if the standard white point 7500k is supported on a display.
IsSupported9300kWhitePointChecks if the standard white point 9300k is supported on a display.
IsSupportedAdobeRgbColorSpaceChecks if the standard color space Adobe RGB is supported on a display.
IsSupportedCCIR2020ColorSpaceChecks if the standard color space BT.2020 is supported on a display.
IsSupportedCCIR601ColorSpaceChecks if the standard color space CCIR601 is supported on a display.
IsSupportedCCIR709ColorSpaceChecks if the standard color space CCIR709 is supported on a display.
IsSupportedCIERgbColorSpaceChecks if the standard color space CIERgb is supported on a display.
IsSupportedCustomColorSpaceChecks if custom color space is supported on a display.
IsSupportedCustomWhitePointChecks if custom white point is supported on a display.
SetGamutSets a custom white point, for a custom color space on a display.
SetGamutSets a custom white point for a predefined color space on a display.
SetGamutSets a predefined white point for a custom color space on a display.
SetGamutSets a predefined white point for a predefined color space on a display.

Requirements

Headerinclude “IDisplayGamut.h”
Minimum version1.0

Example

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

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

Subpages

API Reference

This page references: