IsCurrentSCEDisabled

Checks if the color enhancement presets are disabled on a display.

Syntax

Copied!

ADLX_RESULT     IsCurrentSCEDisabled (adlx_bool* sceDisabled)

Parameters

  1. [out] sceDisabled adlx_bool* The pointer to a variable where the state of color enhancement is returned. The variable is true if the color enhancement presets are disabled. The variable is false if the color enhancement presets are not disabled.

Return Value

If the state of color enhancement is successfully returned, ADLX_OK is returned.

If the state of color enhancement is not successfully returned, an error code is returned.

Refer to ADLX_RESULT for success codes and error codes.

Requirements

Header

include “IDisplay3DLUT.h”

Minimum version

1.0