IADLXDisplayGamut
The IADLXDisplayGamut interface provides methods to configure gamut on a display.
InterfaceId: |
IADLXDisplayGamut |
Smart Pointer Interface Name: |
IADLXDisplayGamutPtr |
Inherits: |
|
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
Method |
Description |
---|---|
Gets the color space coordinates of a display. |
|
Gets the white point coordinates (x, y) of a display. |
|
Checks if the standard white point 5000k is used by a display. |
|
Checks if the standard white point 6500k is used by a display. |
|
Checks if the standard white point 7500k is used by a display. |
|
Checks if the standard white point 9300k is used by a display. |
|
Checks if the standard color space Adobe RGB is used by a display. |
|
Checks if the standard color space CCIR2020 is used by a display. |
|
Checks if the standard color space CCIR601 is used by a display. |
|
Checks if the standard color space CCIR709 is used by a display. |
|
Checks if the standard color space sRGB is used by a display. |
|
Checks if a custom color space is used by a display. |
|
Checks if a custom white point is used by a display. |
|
Checks if the standard white point 5000k is supported on a display. |
|
Checks if the standard white point 6500k is supported on a display. |
|
Checks if the standard white point 7500k is supported on a display. |
|
Checks if the standard white point 9300k is supported on a display. |
|
Checks if the standard color space Adobe RGB is supported on a display. |
|
Checks if the standard color space BT.2020 is supported on a display. |
|
Checks if the standard color space CCIR601 is supported on a display. |
|
Checks if the standard color space CCIR709 is supported on a display. |
|
Checks if the standard color space CIERgb is supported on a display. |
|
Checks if custom color space is supported on a display. |
|
Checks if custom white point is supported on a display. |
|
Sets a custom white point, for a custom color space on a display. |
|
Sets a custom white point for a predefined color space on a display. |
|
Sets a predefined white point for a custom color space on a display. |
|
Sets a predefined white point for a predefined color space on a display. |
Requirements
Header |
include “IDisplayGamut.h” |
Minimum version |
1.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 .