GetSaturationRange

Gets the maximum saturation, minimum saturation, and step saturation of a display.

Syntax

Copied!

ADLX_RESULT     GetSaturationRange (ADLX_IntRange * range)

Parameters

  1. [out] range ADLX_IntRange * The 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

Header

include “IDisplaySettings.h”

Minimum version

1.0