IADLXDisplayColorDepth
The IADLXDisplayColorDepth interface configures color format settings on a display.
InterfaceId: |
IADLXDisplayColorDepth |
Smart Pointer Interface Name: |
IADLXDisplayColorDepthPtr |
Inherits: |
|
Inherited By: |
N/A |
Methods
Method |
Description |
---|---|
Gets the current color format of a display. |
|
Checks if the color format can be configured on a display. |
|
IsSupportedBPC_10 |
Checks if color component/pixel with 10 bits is supported on a display. |
IsSupportedBPC_12 |
Checks if color component/pixel with 12 bits is supported on a display. |
IsSupportedBPC_14 |
Checks if color component/pixel with 14 bits is supported on a display. |
IsSupportedBPC_16 |
Checks if color component/pixel with 16 bits is supported on a display. |
IsSupportedBPC_6 |
Checks if color component/pixel with 6 bits is supported on a display. |
IsSupportedBPC_8 |
Checks if color component/pixel with 8 bits is supported on a display. |
IsSupportedColorDepth |
Checks if a color format is supported on a display. |
Sets the color format on a display. |
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |
Example
To see how to use this interface in a C++ application, refer to the DisplayColorDepth C++ sample .
For a C application, refer to the DisplayColorDepth C sample .
-
IsSupportedBPC_10
-
IsSupportedBPC_12
-
IsSupportedBPC_14
-
IsSupportedBPC_16
-
IsSupportedBPC_6
-
IsSupportedBPC_8
-
IsSupportedColorDepth