GetHue
Navigation: ADLX SDK References → ADLX Interfaces → Display → IADLXDisplayCustomColor
Syntax
ADLX_RESULT GetHue(adlx_int* currentHue)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | currentHue | adlx_int* | The pointer to a variable where the current hue of the display is returned. |
Return Value
If the current hue is successfully returned, ADLX_OK is returned.
If the current hue 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 |