Promotic

ColorItem - property of the PmgRasterImage object

Description:
Light color.
Syntax:
String ColorItem
Note:
Property access for read and write. The default value of this property is defined in the "Light color" configurator of this object.
 
The property returns or sets the RGB String in the form "#RRGGBB".

This property is functional only if the "Enable light" configurator is checked.

This property is also functional in Web panels.
Example:
color setting by RGB String in the form "#RRGGBB"
JavaScriptVBScriptSelect and copy to clipboard

var oImg = pMe.Items("/RImg0");

var sColorItem = oImg.ColorItem;   // Reading from the property
oImg.ColorItem = "#ff0000";   // Writing into the property

History:
Pm8.00.05: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.