GetSaturation
Gets the current saturation of a display.
Syntax
ADLX_RESULT GetSaturation(adlx_int* currentSaturation)
Parameters
-
[out]
currentSaturation adlx_int* The pointer to a variable where the current saturation of the display is returned.
Return Value
If the current saturation is successfully returned, ADLX_OK is returned.
If the current saturation 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 |