Click or drag to resize

DisplaySettingsSetBrightness Method

Sets the brightness of the back-light in the display (if equipped). Valid values range from 0 (off) to 100 (full on).

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetBrightness(
	byte brightness
)

Parameters

brightness
Type: SystemByte
the brightness
See Also