Click or drag to resize

MoverioDisplaySetBrightness Method

Set the display brightness for the Moverio.

Namespace:  MoverioBasicFunctionUnityPlugin
Assembly:  MoverioBasicFunctionUnityPlugin (in MoverioBasicFunctionUnityPlugin.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
public static bool SetBrightness(
	int brightness
)

Parameters

brightness
Type: SystemInt32
Display brightness

Return Value

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