Skip to content

SetGamut

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGamut

Syntax

ADLX_RESULT    SetGamut (ADLX_WHITE_POINT predefinedWhitePoint, ADLX_GAMUT_SPACE predefinedGamutSpace)

Parameters

#DirectionNameTypeDescription
1.[in]predefinedWhitePointADLX_WHITE_POINTThe predefined white point.
#DirectionNameTypeDescription
---------------
2.[in]predefinedGamutSpaceADLX_GAMUT_SPACEThe predefined color space.

Return Value

If the gamut settings are successfully set, ADLX_OK is returned.

If the gamut settings are not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

For more information on white point coordinates, Refer to ADLX_Point.

For more information on color space coordinates, refer to ADLX_GamutColorSpace.

Requirements

Headerinclude “IDisplayGamut.h”
Minimum version1.0

See Also: ADLX_GamutColorSpace, ADLX_Point, ADLX Enums