GetGammaRamp
Gets the gamma ramp LUT on a display.
Syntax
ADLX_RESULT GetGammaRamp (ADLX_GammaRamp * lut)
Parameters
-
[out]
lut ADLX_GammaRamp * The 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
Header |
include “IDisplayGamma.h” |
Minimum version |
1.0 |