IsSupportedCCIR709ColorSpace

Checks if the standard color space CCIR709 is supported on a display.

Syntax

Copied!

ADLX_RESULT     IsSupportedCCIR709ColorSpace (adlx_bool* supported)

Parameters

  1. [out] supported adlx_bool* The pointer to a variable where the state of color space CCIR709 is returned. The variable is true if the color space CCIR709 is supported. The variable is false if the color space CCIR709 is not supported.

Return Value

If the state of color space CCIR709 is successfully returned, ADLX_OK is returned.

If the state of color space CCIR709 is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The gamut color space CCIR709, also known as Rec.709, BT.709, and ITU 709, is a standard developed by ITU-R for image encoding and signal characteristics for high-definition television.

Requirements

Header

include “IDisplayGamut.h”

Minimum version

1.0