IsSupportedCCIR601ColorSpace
Checks if the standard color space CCIR601 is supported on a display.
Syntax
ADLX_RESULT IsSupportedCCIR601ColorSpace (adlx_bool* supported)
Parameters
-
[out]
supported adlx_bool* The pointer to a variable where the state of color space CCIR601 is returned. The variable is true if the color space CCIR601 is supported. The variable is false if the color space CCIR601 is not supported.
Return Value
If the state of color space CCIR601 is successfully returned, ADLX_OK is returned.
If the state of color space CCIR601 is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
The color space CCIR601 is a standard, originally issued in 1982 by the CCIR, for encoding interlaced analog video signals in digital video form and is also known as Rec.601 or BT.601.
Requirements
Header |
include “IDisplayGamut.h” |
Minimum version |
1.0 |