GetHueRange
Gets the maximum hue, minimum hue, and step hue of a display.
Syntax
ADLX_RESULT GetHueRange (ADLX_IntRange * range)
Parameters
-
[out]
range ADLX_IntRange * The pointer to a variable where the hue range of the display is returned.
Return Value
If the hue range is successfully returned, ADLX_OK is returned.
If the hue 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 |