AVOLITES TITAN API

SetColourLed

Set the value of a coloured LED using four bytes to represent the colour components ARGB.

Namespace: Panel

Syntax

MACRO

Void SetColourLed(System.String, System.String, Int32, Int32, Int32, Int32, Int32)

HTTP

http://[ip]:4430/titan/script/Panel/SetColourLed

Parameters

itemClass: The class the LED to be set is in.

itemGroup: The item group.

index: The index of the LED in the class.

alpha: The alpha value.

red: The red value.

green: The green value.

blue: The blue value.