IsSupportedSCE
Checks if color enhancement is supported on a display.
Syntax
ADLX_RESULT IsSupportedSCE (adlx_bool* supported)
Parameters
-
[out]
supported adlx_bool* The pointer to a variable where the state of color enhancement is returned. The variable is true if color enhancement is supported. The variable is false if color enhancement is not supported.
Return Value
If the state of color enhancement is successfully returned, ADLX_OK is returned.
If the state of color enhancement is not successfully returned, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Remarks
Some GPUs support built-in 3D LUT profiles for displays to improve and enhance game and application color vibrancy.
Requirements
Header |
include “IDisplay3DLUT.h” |
Minimum version |
1.0 |