Click or drag to resize

MoverioDisplaySetBrightnessMode Method

Set the brightness adjustment mode for the display.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static bool SetBrightnessMode(
	BrightnessMode mode
)

Parameters

mode
Type: MoverioBasicFunctionUnityPlugin.TypeBrightnessMode
Brightness adjstment mode

Return Value

Type: Boolean
Returns true when setting the brightness adjustment mode is successful and false when it fails.
See Also