DisplaySettings Constructor |
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public DisplaySettings(
byte brightness,
byte contrast,
byte red,
byte green,
byte blue,
byte setCommand
)
Public Sub New (
brightness As Byte,
contrast As Byte,
red As Byte,
green As Byte,
blue As Byte,
setCommand As Byte
)
public:
DisplaySettings(
unsigned char brightness,
unsigned char contrast,
unsigned char red,
unsigned char green,
unsigned char blue,
unsigned char setCommand
)
new :
brightness : byte *
contrast : byte *
red : byte *
green : byte *
blue : byte *
setCommand : byte -> DisplaySettings
Parameters
- brightness
- Type: SystemByte
The brightness of the back-light in the display (if equipped) - contrast
- Type: SystemByte
The contrast of the display in the device (if equipped). - red
- Type: SystemByte
Red adjustment value - green
- Type: SystemByte
Green adjustment value - blue
- Type: SystemByte
Blue adjustment value - setCommand
- Type: SystemByte
Whether or not to set the device into command mode to make changes persist through power cylce.
See Also