GetWhitePoint

Gets the white point coordinates (x, y) of a display.

Syntax

Copied!

ADLX_RESULT     GetWhitePoint (ADLX_Point * point)

Parameters

  1. [out] point ADLX_Point * The pointer to a variable where the white point coordinates are returned.

Return Value

If the white point coordinates are successfully returned, ADLX_OK is returned.

If the white point coordinates are not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Header

include “IDisplayGamut.h”

Minimum version

1.0