Promotic

ColorBg - property of the PmgAnimImage object

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

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

var oImage = pMe.Items("/RImg0");
var sColorBg = oImage.ColorBg;   // Reading from the property

oImage.ColorBg = "#ffff00";   // Writing into the property

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

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