GetGamutColorSpace

Gets the color space coordinates of a display.

Syntax

Copied!

ADLX_RESULT     GetGamutColorSpace (ADLX_GamutColorSpace * gamutColorSpace)

Parameters

  1. [out] gamutColorSpace ADLX_GamutColorSpace * The pointer to a variable where the gamut color space are returned.

Return Value

If the color space coordinates are successfully returned, ADLX_OK is returned.

If the color space coordinates are not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The gamut color space coordinates consist of (y, x) chromaticity coordinates for the red, green, and blue channels.

Requirements

Header

include “IDisplayGamut.h”

Minimum version

1.0