Skip to content

GetGamutColorSpace

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGamut

Syntax

ADLX_RESULT    GetGamutColorSpace (ADLX_GamutColorSpace* gamutColorSpace)

Parameters

#DirectionNameTypeDescription
1.[out]gamutColorSpaceADLX_GamutColorSpaceThe 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

Headerinclude “IDisplayGamut.h”
Minimum version1.0

See Also: ADLX_GamutColorSpace, ADLX Enums