Skip to content

GetSaturationRange

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayCustomColor

Syntax

ADLX_RESULT    GetSaturationRange (ADLX_IntRange* range)

Parameters

#DirectionNameTypeDescription
1.[out]rangeADLX_IntRangeThe pointer to a variable where the saturation range of the display is returned.

Return Value

If the saturation range is successfully returned, ADLX_OK is returned.

If the saturation range is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IDisplaySettings.h”
Minimum version1.0

See Also: ADLX_IntRange