SetGamut

Sets a predefined white point for a predefined color space on a display.

Syntax

Copied!

ADLX_RESULT     SetGamut (ADLX_WHITE_POINT  predefinedWhitePoint, ADLX_GAMUT_SPACE  predefinedGamutSpace)

Parameters

  1. [in] predefinedWhitePoint ADLX_WHITE_POINT The predefined white point.

  2. [in] predefinedGamutSpace ADLX_GAMUT_SPACE The 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

Header

include “IDisplayGamut.h”

Minimum version

1.0