GetTemperature

Gets the current color temperature of a display.

Syntax

Copied!

ADLX_RESULT     GetTemperature(adlx_int* currentTemperature)

Parameters

  1. [out] currentTemperature adlx_int* The pointer to a variable where the current color temperature of the display is returned.

Return Value

If the current color temperature is successfully returned, ADLX_OK is returned.

If the current color temperature is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Header

include “IDisplaySettings.h”

Minimum version

1.0