SetTemperature
Sets the color temperature on a display.
Syntax
ADLX_RESULT SetTemperature(adlx_int value)
Parameters
-
[out]
temperature adlx_int The new color temperature value.
Return Value
If the color temperature is successfully set, ADLX_OK is returned.
If the color temperature is not successfully set, an error code is returned.
Refer to ADLX_RESULT for success codes and error codes.
Requirements
Header |
include “IDisplaySettings.h” |
Minimum version |
1.0 |