SetSaturation
Navigation: ADLX SDK References → ADLX Interfaces → Display → IADLXDisplayCustomColor
Syntax
ADLX_RESULT SetSaturation(adlx_int saturation)
Parameters
# | Direction | Name | Type | Description |
---|---|---|---|---|
1. | [out] | saturation | adlx_int | The new saturation value. |
Return Value
If the saturation is successfully set, ADLX_OK is returned.
If the saturation 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 |