Skip to content

GetGammaRamp

Navigation: ADLX SDK ReferencesADLX InterfacesDisplayIADLXDisplayGamma

Syntax

ADLX_RESULT    GetGammaRamp (ADLX_GammaRamp* lut)

Parameters

#DirectionNameTypeDescription
1.[out]lutADLX_GammaRampThe pointer to a variable where the gamma ramp LUT is returned.

Return Value

If the gamma ramp LUT is successfully returned, ADLX_OK is returned.

If the gamma ramp LUT is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Headerinclude “IDisplayGamma.h”
Minimum version1.0

See Also: ADLX_GammaRamp