AVOLITES TITAN API

PresetLevelHandle

Changes the intensity level of a fixture. This is the brightness or combined brightness of the fixture. This call does _not_ put the fixture in the programmer. For that use FixtureEditor.PresetLevel

Namespace: Fixtures

Syntax

MACRO

Void PresetLevel(Avolites.Titan.Controllers.Handles.Handle, Single, Single)

HTTP

http://[ip]:4430/titan/script/Fixtures/PresetLevelHandle

Parameters

handle: The handle.

value: The level you wish to set the intensity to. 0 is no intensity and 1 is full intensity.

oldValue: The old value of the fader if matching is required.