IADLXDisplayColorDepth

The IADLXDisplayColorDepth interface configures color format settings on a display.

InterfaceId:

IADLXDisplayColorDepth

Smart Pointer Interface Name:

IADLXDisplayColorDepthPtr

Inherits:

IADLXInterface

Inherited By:

N/A

Methods

Method

Description

GetValue

Gets the current color format of a display.

IsSupported

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.

SetValue

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 .