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