SetValue
Sets the color format on a display.
Syntax
ADLX_RESULT SetValue(ADLX_COLOR_DEPTH colorDepth)
Parameters
-
[in]
colorDepth ADLX_COLOR_DEPTH The new color format.
Return Value
If the color format is successfully set, ADLX_OK is returned.
If the color format is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Additional Info
Color format configuration is supported on some AMD GPUs if the display is connected to the GPU using Dual-Link DVI or DisplayPort cable.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |