Click or drag to resize

DisplaySettingsSetContrast Method

Sets contrast of the display in the device (if equipped). Value values range from 0 (white) to 100 (black).

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

Parameters

contrast
Type: SystemByte
the contrast
See Also