Skip to content

IADLXDisplayColorDepth

Navigation: ADLX SDK ReferencesADLX InterfacesDisplay

The IADLXDisplayColorDepth interface configures color format settings on a display.

InterfaceId:IADLXDisplayColorDepth
Smart Pointer Interface Name:IADLXDisplayColorDepthPtr
Inherits:IADLXInterface
Inherited By:N/A

Methods

MethodDescription
GetValueGets the current color format of a display.
IsSupportedChecks if the color format can be configured on a display.
IsSupportedBPC_10Checks if color component/pixel with 10 bits is supported on a display.
IsSupportedBPC_12Checks if color component/pixel with 12 bits is supported on a display.
IsSupportedBPC_14Checks if color component/pixel with 14 bits is supported on a display.
IsSupportedBPC_16Checks if color component/pixel with 16 bits is supported on a display.
IsSupportedBPC_6Checks if color component/pixel with 6 bits is supported on a display.
IsSupportedBPC_8Checks if color component/pixel with 8 bits is supported on a display.
IsSupportedColorDepthChecks if a color format is supported on a display.
SetValueSets the color format on a display.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.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.

Subpages

  • 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.

API Reference

This page references: