AVOLITES TITAN API

IncrementScreenSetting

Increments either brightness or contrst by the specfied value.

Namespace: Panel.Screen

Syntax

MACRO

Void Panel.Screen.IncrementScreenSetting(Int32 index, Single value)

HTTP

http://[ip]:4430/titan/script/2/Panel/Screen/IncrementScreenSetting?index={titanId}&value={float}

Parameters

index ( Int32 ) : 0 = Contrast, 1= Brightness

value ( Single ) : An increment betweeen -1 and 1 to add to the existing value. A negative value will decrement the value.