Skip to content

SetReGammaCoefficient

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGamma

Syntax

ADLX_RESULT    SetReGammaCoefficient (ADLX_RegammaCoeff coeff)

Parameters

#DirectionNameTypeDescription
1.[in]coeffADLX_RegammaCoeffThe re-gamma coefficient.

Return Value

If the re-gamma coefficient is successfully set, ADLX_OK is returned.

If the re-gamma coefficient is not successfully set, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Remarks

The method sets the custom coefficient on a display. The following is an example of a standard coefficient.

coeffsRGBBT709Gamma2.2Gamma2.4P3
CoefficientA031308180000000
CoefficientA1129204500000
CoefficientA25599000
CoefficientA35599000
Gamma24002200220024002600

Requirements

Headerinclude “IDisplayGamma.h”
Minimum version1.0

See Also: ADLX_RegammaCoeff